|
-
January 15th, 2005, 06:09 PM
#1
Banned
puzzel
Hello everyone here is a programming puzzel for all ,
Take a look at code segment below
----------------------------------------------------------
//compiled with vc++
main()
{
int b=(printf ("k") , printf ("ku"));
printf("%d",b);
}
-----------------------------------------------------------
Wait plz don't run this code Just make a guess .............What will be the out put of this program?
What the hell happened to b?
I just can' t get the concept.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|