Question

What is the output of the following C code using #define? #include #define SQUARE(x) x*x int main() {     int a = SQUARE(2+3);     printf("%d",
a);     return 0; }

A 25
B 11
C 10
D 15
E Compilation Error
Practice Next

Hey! Ask a query

🎓
Think You're Ready for RBI Grade B?
RBI Grade B 2026 Phase 1 Memory Based Paper
  • 200 Questions with Detailed Solutions
  • Section-wise Coverage (GA, English, Quant & Reasoning)