What will be out put of this program:
main( )
{
int i=3, j=0;
if( i==3 && j++ )
printf("%d %d",i , j ) ;
else
printf("%d %d ", i , j ) ;
}
Also Give explaination.
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