2
Reply

c problem

Rajeev Kumar

Rajeev Kumar

May 22 2013 12:44 PM
926
#define a 10
main 

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


}

what is the output of this problem.



Answers (2)