Will this program compile? If yes what will be output and why? If not error plz.
void main( )
{
int k=6;
printf ( "k%d" , printf( "%d" , k) ) ;
}
Friday, November 20, 2009
Subscribe to:
Post Comments (Atom)
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