Courpedia courpedia courpedia courpedia courpedia
C Programming Interview Question and Answers
Here is the list of Frequently asked Interview questions on C programming language. courpedia
1. Who developed C Language? Answer: Dennis Ritchie in 1972 at Bell labs.
2. Why C is called Structured Programming Language? Answer: C language is called Structured Programming language because c performs the task in small modules called functions. The program can be divided into small logical functions for execution.
3. Define Keyword in C programming language? Answer: The keyword is the reserved words that have special meaning to the compiler. Example -- Int, char, float, etc. 4. Which of the following is not a Keyword in C? • • • •
Auto Volatile Enum Intern
Courpedia courpedia courpedia courpedia courpedia