Post New Answer View All Answers
What is const and volatile in c?
In c language can we compile a program without main() function?
What’s the special use of UNIONS?
Explain the difference between call by value and call by reference in c language?
What is the default value of local and global variables in c?
What is the use of pointers in C?
What is function what are the types of function?
What are structure members?
What is the benefit of using const for declaring constants?
What is a memory leak? How to avoid it?
How many bytes are occupied by near, far and huge pointers (dos)?
Do pointers need to be initialized?
Differentiate between a for loop and a while loop? What are it uses?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is the difference between typedef and #define?