R

Rajeev Malhotra • 3.97K Points
Extraordinary

Q. Determine Output:

Code:
void main()
{
      int i=5;
      printf("%d%d%d%d%d", i++, i--, ++i, --i, i);
}
  • (A) 45545
  • (B) 54544
  • (C) 55445
  • (D) 54554

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics