[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 :: Declarations and Initializations - Discussion

Home > C Programming > Declarations and Initializations > MCQs Questions Discussion

32 / 54

What will be output of the following "c" code?

#include<stdio.h> 
void main ()
{
int x =400, y;
y = x*x+x;
printf ("% d", y);
}

A400

B320000

CCompilation Error

D160400

Answer: Option (Login/Signup)

Show Explanation

Asked In ::

Post Your Answer Here:     

Reply    
Rate This: +1 -0 +
    Report


Report Error

Please Login First Click Here

Reply    
Rate This: +0 -1
    Report


Report Error

Please Login First Click Here