Quiz on basic c
C Language Mock Test 📝 C Language Mock Test (30 Marks) 1. Who developed the C programming language? Dennis Ritchie James Gosling Bjarne Stroustrup Charles Babbage 2. Which year was C developed at Bell Labs? 1969–1972 1978 1989 1999 3. Which function is the entry point of every C program? main() start() init() begin() 4. Which symbol is used for single-line comments in C? // /* */ # -- 5. Which data type is used to store decimal values? float int char void 6. In C, which keyword defines a constant variable? const constant ...