Tag Archives: undefined behavior

C Q&A #4: Calling main recursively

What do you think about the following C Code ? What will be the output.

Posted in C Language, Computer Science | Tagged , , , | 3 Comments

C Q&A #2: Watch your shift!

What do you this should be the output of the below code? Is there any problem in the code?

Posted in C Language, Computer Science | Tagged , , , , , | Leave a comment

C Q&A #0: Returning address of local variable

The below code is given. You need to determine what the output will be, or if there is an error.

Posted in C Language, Computer Science | Tagged , , | Leave a comment