2
Answers

c problem

Rajeev Kumar

Rajeev Kumar

11y
940
1
#define a 10
main 

{
int a=40;
printf ("%d",a);


}

what is the output of this problem.


Answers (2)