0% found this document useful (0 votes)
40 views1 page

C Internal Exam

The document outlines an internal lab exam for a C Programming course taken on December 21, 2011 for the ECE branch. It provides 12 programming problems to solve involving temperature conversion, finding roots of a quadratic equation, calculating the sum of digits in an integer, displaying a pyramid of numbers, calculating a factorial recursively, checking if a string is a palindrome, using a switch statement, finding the largest and smallest number in a list, generating a Fibonacci series, accessing a variable through a pointer, checking if a number is an Armstrong number, and collecting student details using structures.

Uploaded by

sathireddyk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
40 views1 page

C Internal Exam

The document outlines an internal lab exam for a C Programming course taken on December 21, 2011 for the ECE branch. It provides 12 programming problems to solve involving temperature conversion, finding roots of a quadratic equation, calculating the sum of digits in an integer, displaying a pyramid of numbers, calculating a factorial recursively, checking if a string is a palindrome, using a switch statement, finding the largest and smallest number in a list, generating a Fibonacci series, accessing a variable through a pointer, checking if a number is an Armstrong number, and collecting student details using structures.

Uploaded by

sathireddyk
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

C Programming Internal Lab Exam

Date: 21-12-2011 Branch: ECE- B

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.

You might also like