Get Started
1110

Q: What would be the output of the following program? main() {     int i = -3, j =2, k =0, m ;     m = ++j && ++i || ++k ;     Printf ( "\n%d%d%d%d", i , j , k , m ); }

  • Show Answer
  • Workspace

Answer :
Explanation :

-2  3  0  1

The Most Comprehensive Exam Preparation Platform

Get the Examsbook Prep App Today