What is the output of this program.

#includestdio.h
int main()
{
int a;
a='\56';
printf("%d",a);
return 0;
}

Posted on by