[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

C Programming :: Operators Expressions - Discussion

Home > C Programming > Operators Expressions > MCQs Questions Discussion

6 / 7

Predict the output of following "C" code:

#include<stdio.h>
main()
{
int x,a=10;
x=9*5+ 7/3 -6+a;
printf("%d",x);
}

A51

B51.5

C31

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In :: TCS

Post Your Answer Here:     

No Discussion on this question yet!