Sail E0 Webinar
Question
What will be output if you will compile and execute the following c code?
#include
#define max 5
void main(){
int i = 0;
i = max++;
printf("%d", i++);
}
Options:
A .  5
B .  6
C .  7
D .  0
E .  Compiler Error
Answer: Option E

Submit Your Solution Below and Earn Points !
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers