📚 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"); }
- This code will hang
- This code will print B.
- This code will print A.
- Compilation Error