We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1
1.
Write a c program to find sum of array elements using pointers
2. Write a C program to find greatest of 3 numbers using nested if . 3. Write a C programme to find roots of Quadratic equations 4. Write a C programme to find the factorial of a given number using recursion, function, without using function 5. Write a C programme to print first n Fibonacci series using recursion.function, without using function 6. Write a C programme to find the Greatest Common Divisor using recursion. function, without using function 7. Write a C programme to find addition of two matrices. 8. Write a C programme to print n multiplication table using user-defined function. 9. Write a C programme to find Max and Min elements of the array 10. Write a C programme to implement a linear search technique using functions. 11. Write a C programme to find if a given number is Armstrong or not 12. Write a C programme to find the sum of individual digits of a given number using WAWR functions. 13. Write a C program to find greatest of 3 numbers using conditional operator. . 14. Write a C program to find type of triangle using 3 side angles. 15. Write a C programme to implement the Binary search technique. 16. Write a C programme to find prime numbers within a given range of numbers. 17. Write a C programme to implement bubble sort using functions. 18. Write a c program to find grades of a student using structures 19. Write a C programme to implement selection sort. 20. Write a C programme to find Multiplication of two matrices. 21. Write a C programme to find whether a given number is a strong number Or not 22. Write a C programme to swap 2 numbers using call by value. 23. Write a C programme to swap 2 numbers using call by reference. 24. Write a C programme to find whether a given number is the perfect number Or not 25. Write a C programme to find the factorial of a given number using functions. 26. Write a C programme to implement insertion sort. 27. Write a C programme to print first n Fibonacci series using function. 28. Write a C programme to find whether a given number is Palindrome or not. 29. Write a c program to illustrate malloc function. 30. Write a c program to print the string and find the length of string using pointers. 31. Write a C programme to print student details using structure pointer. 32. Write a C programme to print list of strings using pointer. 33. Write a C programme to find the Greatest Common Divisor using function. 34. Write a c program to illustrate the calloc function. 35. Write a c program to copy one file to another file.