- Write a c program to print Hello world without using any semicolon. Answer
- Swap two variables without using third variable. Answer
- What is dangling pointer in c? Answer
- What is wild pointer in c? Answer
- What are merits and demerits of array in c? Answer
- Do you know memory representation of int a = 7 ?
- What is and why array in c?
- Why we use do-while loop in c? Also tell any properties which you know?
- What is the meaning of prototype of a function?
- Write a c program to modify the constant variable in c?
- What is pointer to a function?
- Write a c program to find size of structure without using sizeof operator?
- What is NULL pointer?
- What is difference between pass by value and pass by reference?
- What is size of void pointer?
- What is difference between uninitialized pointer and null pointer?
- Can you read complex pointer declaration?
- What are the parameter passing conventions in c?
- What is the far pointer in c?
- What is a cyclic property of data type in c? Explain with any example.