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