29/12/2014
1.
main()
{
int x=4,y,z;
y=--x;
z=x--;
printf("%d%d%d",x,y,z);
}
2)
main()
{
int x=4,y=3,z;
z=x---y;
printf("%d%d%d",x,y,z);
}
what is the output of above two programs?
latest softwares details are updated
Vijayawada
520007
Be the first to know and let us send you an email when Softwares posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.
Send a message to Softwares: