

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the program? #include int main() { char ch; if(ch = printf(")) printf("It matters\n"); else printf("It doesn't matters\n"); return 0; } |
A. | It matters |
B. | It doesn't matters |
C. | matters |
D. | No output |
Answer» C. matters | |