C Internal Exam
C Internal Exam
C Internal Exam
1. Write a C program for temperature conversion. 2. Write a C program for finding roots of a quadratic equation. 3. Write a C program for finding sum of digits of an integer. 4. Write a C program to display pyramid of numbers. 5. Write a C program for factorial of a number using recursion. 6. Write a C program to check whether the given string is palindrome or not. 7. Write a C program to demonstrate switch statement. 8. Write a C program for finding largest and smallest in a given list of integers. 9. Write a C program to generate Fibonacci series. 10. Write a C program for accessing the value of a variable through its pointer. 11. Write a C program to check whether the given number is Armstrong number or not. 12. Write a C program for student details using structures.