What will be output: (explain why?)
void main()
{
int a=10,b=300;
char x=1, y=0;
if(a,b,x,y)
printf("Delhi");
else
printf("Mumbai");
}
This blog is meant for sharing knowledge about Computer programming languages - C, C++, C#, Java and developing programs using these languages..
No comments:
Post a Comment