This document provides a quiz on C programming language concepts with 95 multiple choice questions. Some key points covered include:
- C was developed in 1972 by Dennis Ritchie at Bell Labs. It is a middle-level programming language suitable for system programming like operating systems or embedded systems.
- C supports data types like int, float, arrays, structures and pointers. Operators include arithmetic, relational, logical, bitwise, assignment and more.
- C supports conditional statements like if-else and switch cases. Looping statements include while, do-while and for loops.
- C provides standard I/O functions like printf, scanf and file I/O functions. Memory management functions