[ 2 marks imp question ]
- what is the difference between actual parameter and formal parameter in c?
- what is the use of union in c?
- What is global variable? How to use it in function if same name of variable exists in function as a local variable in C?
- What is the use of typedef in C?
[ 5 marks imp question ]
- What is nested structure? Explain with an example in C.
- Define structure. How to access structure members in C? Explain it with proper example.
- What is the difference between call by value and call by reference? Give example in C.
- How to calculate address of 2-D array element? Explain row major with example in C.
- What is Recursive function? Explain with example in C.
- Create user define function named rev_array() in C that accept an array as argument and display elements of array in reverse.
Leave a Reply