Sail E0 Webinar
Question

What will be the output?    int main()    {        printf("%d", d++);    }    int d = 10;

Options:
A .  9
B .  10
C .  11
D .  Compile time error
Answer: Option D


None.



Was this answer helpful ?
Next Question

Submit Solution

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

More Questions on This Topic :


Latest Videos

Latest Test Papers