Tag: programming languages

Questions Related to programming languages

Find the output of this program. main() { int i=5; printf(“%d”,i=++i ==6); }

  1. 6

  2. 1

  3. 5

  4. Compiler error


Correct Option: B