C Programming Que. paper.
Sharing ALL questions is not possible. (Most of them are easy)
Q1. Distinguish between (*m)[5] and *m[5]?
Q2. What is UNION? How it is different from STRUCTURE?
Q3. Distinguish between syntax and semantic error?
Q4. What do you mean by Input/Output stream?
Q5. Find the output of the program:
main()
{
d = a > b ? (a > c ? a : c) : b > c ? b : c;
printf ("%d",d);
Very easy questions!:smile: