C Programming Viva Questions With Answers
C Programming Viva Questions With Answers
Functions
Q2. What is the difference between call by value and call by reference?
Ans: Call by value passes a copy of the variable, while call by reference passes the address.
Arrays
Structures
Unions
Pointers
Operators
File Handling