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

C Question Paper

this is C intermediate question paper

Uploaded by

sevevab478
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
9 views1 page

C Question Paper

this is C intermediate question paper

Uploaded by

sevevab478
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

1. What are the variable and what is the rule to deceleration of variable?

2. What are the keyword in C. write the minimum 10 keyword ?


3. What is the comment in C . how many type of comment explain with example
4. What is difference between compiler and interpreter?
5. What is the data type and identifier?
6. Explain the operator in c with example?
7. What is nested loop in C? explain with example?
8. Difference between break and continue statement and why we use them?
9. Write down the syntax of for-loop , while-loop and do-while loop?
10. What is nested if statement?
11. What is functions in C . how many type of functions? Also write the syntax of function ?
12. What is the recursion in C.
13. What is actual parameter and formal parameter?
14. What is pointer?
15. Explain the array and its type also explain with example?
16. What is the Format Specifier ? write down two format specifier?
17. What is type casting?

Coding Questions

1. write a programme to print Fibonacci series using function?


2. Write a function to print "Hot" or "Cold" depending on the temperature user enters.
3. Write a program in C to print the elements of an array in reverse order.
4. Write a program to calculate perimeter of rectangle. Take sides, a & b, from the user.
5. Write a program to print the smallest number of two.
6. Write a program to check if given character is digit or not.
7. Write a program to check the number is Armstrong or not?
8. Write a program to check the palindrome or not?
9. Write a program to check if a number is a prime number
10. Write a program to find the largest and smallest elements in an array.
11. 1
12
123
1234
12345

12. * * * * *
****
***
**
*

You might also like