C MCQ
C MCQ
2. Data Types
3. Variables
4. Operators
6. Loops
7. Functions
8. Arrays
11. Strings
12. Structures
15. Macros
16. Recursion
21. Typecasting
Sample MCQ: How do you cast an integer i to a float in C?
o A) (float)i
o B) float(i)
o C) (float) i
o D) i.toFloat()
Answer: C) (float) i
23. Enumerations
24. Multithreading