1. What is C programming?
2. What is Difference between HLL, MLL and LLL?
3. Why is C called middle level language (MLL) ?
4. Difference between compiler,
interpreter and assembler.
5. What is difference between statically typed and
dynamically typed language?
6. Write hello word program in C. Explain its
structure and how to compile and execute it.
7. How to read and print in C?
Explain with example.
8. Explain format specifiers in C with example.
9. Explain
each of the following with example - Identifier, variable, constant, data type,
keywords
10. What is mean by operators and operands? Write all type of
operators.
11. Describe each of the following decision making statements with
example
If statements
If else statements
Nested if else statements
If elseif else ladder
Switch statements
10. Describe Ternary operator with an example.
11. Explain each of the following looping statements with example.
for loop
While loop
Do while loop
Break and continue
12. Explain array with an example.
13. Explain string with an example.
14. What is function? Explain with an example.
15. What is recursion function? Explain with an example.
16. Difference between call by value and call by reference . Explain with example.
17. What is pointer? Explain with example.
18. What is Dynamic memory allocation? Explain each of the following DMA functions with example.
malloc(),
calloc(),
realloc(),
free()
18. Explain structure in C with example.
19. Explain union in C with example. How is
union different from structure?
20. Demonstrate structure pointer in C.
21. What is storage class? Explain different types of storage class in C with example.
0 Comments