Question

What is the output of the following C program? #include int main() {     int a=2, b=3, c=4;     printf("%d", a

A 6
B 5
C 7
D 4
E 3
Practice Next

Hey! Ask a query