Q.
1 Short Question
1. What is algorithm?
2. Explain in brief interpreter.
3. What is identifier? Give the rules to create identifier.
4. Define : pointer.
5. Explain relational operator.
6. What is multi dimensional array?
7. What is variable? Give the rules to create variable name.
8. Explain void main().
9. What is debugging?
10.Explain ? : operator?
11.Give difference between forward and backward jump.
12.Explain infinite loop.
13.Explain continue statement.
14.What is nested loop?
15.What is use of NULL in string?
Q.2 Long Question
1. Write a short note on algorithm.
2. Explain flowchart in detail.
3. Write a short note on structured programming.
4. Explain compiler and interpreter in detail.
5. What is expression? How to evaluate expression?
6. Write a short note on formatted Input and Output.
7. Explain if statement in detail.
8. Explain switch statement in detail.
9. What is loop? What is difference between entry control and exit control
loop? Explain while loop in detail.
10. Explain bubble sort with example.
11. Write a short note on for loop.
12. Write a short note on one dimensional array.
13. Explain two dimensional array in detail.
14.Explain string array in detail.
15. Explain mathematical function in detail.
16. Explain string functions.
17. Explain pointers.
18. What is pointer? How pointers use in 1D array.
Q.3 Differentiate
1. = and ==
2. Pre decrement and post decrement
3. Break and continue
4. getch () and getchar()
5. If and switch
6. Forward jump and backward jump.
7. Pointer and variable
8. complier and interpreter
9. #define and const
Q.4 Programs like..
1. Write a C program for addition of two matrix.
2. Write a C program for find out maximum number from three numbers.
3. Write a C program for print given series 1,5,10,15..n
4. Write a C program for print given pattern
*
* *
* * *
* * * *