A

Admin • 833.24K Points
Coach

Q. #include <stdio.h>
#include <string.h>
int main(){
int i=0;
for(;i<=2;)
printf(" %d",++i); return 0;
}

  • (A) 0 1 2 3
  • (B) 0 1 2
  • (C) 1 2 3
  • (D) compiler error

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.