Question: #include int main() { int i = 4; if (i = 5) printf(here); return 0; } a. here b. None of the other answers are
#include
int main() {
int i = 4; if (i = 5) printf("here"); return 0; }
| a. | here | |
| b. | None of the other answers are correct. | |
| c. | Hello World! | |
| d. | hereherehereherehereherehere (...repeating) | |
| e. | (No output) |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
