- What is a programming language? Do you have any experience about programming in C?
- Do you know about different kinds of data types, variables and constant used in C programming?
- Define a class in C language? Can you create more than one class in C program? If yes, explain the procedure with the help of an example?
- What is an operator? Explain Arithmetic and logical operators? How are these useful in C programming?
- Describe allocated memory? How do you dynamically allocate arrays in expanded memory?
- What is the difference between Union and Structure?
- Explain the function of printf(), scanf() and fprintf()?is it possible to use fprintf() instead of printf()?
- What is the difference between strcpy and strdup? Explain the use of both?
- How many loop statements are there in C programming? How does switch statement behaves? Where can you use this statement?
- Which keys are used from keyboard to execute written programs?
C Programming Interview Questions
Previous post: C.net Interview Questions
Next post: C, C++ Interview Questions