Rajeev Kumar

Rajeev Kumar

  • NA
  • 334
  • 138.2k

c problem

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

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


}

what is the output of this problem.



Answers (2)