Top

Discussion

What will be the output?

int main()
    {
        printf("%d", d++);
    }
    int d = 10;

 

  • A.9
  • B.10
  • C.11
  • D.Compile time error

Answer: D

No answer description available for this question.

No comment is present. Be the first to comment.
Loading…

Post your comment