int main() printf("%d", 5 +..." - Step-by-step solution, answer key, and detailed explanation on MCA Prep."> int main() printf("%d", 5 +..." - Step-by-step solution, answer key, and detailed explanation on MCA Prep." /> int main() printf("%d", 5 +..." - Step-by-step solution, answer key, and detailed explanation on MCA Prep." />

Question 86

Computer Awareness Introduction to C/C++ Easy

What will be the output of the following code?
#include <stdio.h>
int main() {
printf("%d", 5 + 3 * 2);
return 0;
}

(A) 11
(B) 16
(C) 13
(D) 8
View Dynamic Solution & Explanation
Correct Solution: Option A

Step-by-step Solution:

No explanation entered yet.