C programming viva is an important part of engineering and computer science practical examinations. Many students feel nervous because questions are often asked directly and require clear answers. This post covers the most important C viva questions that are frequently asked in exams and interviews. These questions are simple, conceptual, and very useful for beginners. --- 1. What is C language? C is a general-purpose, procedural programming language developed by Dennis Ritchie. It is widely used for system programming and application development. 2. Who developed C language? C language was developed by Dennis Ritchie in 1972 at Bell Laboratories. 3. What are the features of C language? C language is simple, fast, portable, structured, and supports low-level programming. 4. What is a compiler? A compiler is a program that converts the entire source code written in C into machine code at once. 5. What is a keyword in C? Ke...
C and C++ viva questions and answers for engineering students.