Get Exam Updates
🥳 CAT 5 Months Mega Sale 👉 Upto 70% Off on CAT 2022 courses today. Enroll here
What is the output of the following C program?#include <stdio.h>#define SQR(x) (x*x)
int main(){ int a; int b = 4;
a = SQR(b + 2); printf("%d \n", a); return 0;}
14
36
18
20
Create a FREE account and get:
Ask doubts feature is currently unavailable for you. You can reach us at support@cracku.in for any further details/doubts.
Boost your Prep!