iGET

C Programming - MCQ Practice Questions

Practice free C Programming multiple-choice questions with detailed answers and explanations. Perfect for competitive exam preparation.

978 questions | 100% Free

Q.21Hard

Which of the following will cause infinite recursion when used? #define RECURSE() RECURSE()

Q.22Hard

What will happen if a macro is defined multiple times with different definitions in the same compilation unit? #define SIZE 10 #define SIZE 20