- What is C language? Explain Object Oriented Programming? Is there any difference between C and Object Oriented Programming?
- Explain the different features and advantages of C language?
- What is variable, character and constant? Where these three is used in C language?
- Explain the function of void (), getch () and main ()?
- How does getch () work differently from getch (char)?
- What is string? Why these are used in programs in C?
- Discuss macros? What do you understand from memory leak?
- State any difference between char*a and char a []? Discuss their functionality?
- Give definition of NULL pointer? What makes it different from utilization pointer?
- How does memory allocation takes place in C programming? State the difference between malloc () and calloc ()?
- What is the method to sort a list in C programming?
- Explain the different kinds of looping statements present in C language? Why do you use looping statements?
Common C Interview Questions
Previous post: Objective Interview Questions
Next post: Pro *C interview questions