📚 Practice Mode

programming languages Online Quiz - 274

Learn at your own pace with hints and detailed explanations

1 / 19
Multiple Choice

int i=5; if(i=4) { printf("A"); } else { printf("B"); }

  1. This code will hang
  2. This code will print B.
  3. This code will print A.
  4. Compilation Error