Ask Me Help Desk
>
Computers & Technology
>
Programming
>
Other Programming
> Explain the output
Log in
View Full Version :
Explain the output
saurabh ranjan
Sep 7, 2014, 10:39 AM
explain the output :
#include<stdio.h>
main()
{
int a=050;
printf("%d",a);
}