[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 :: C Preprocessor - Discussion

Home > C Programming > C Preprocessor > MCQs Questions Discussion

25 / 34

The output of the following program is

#include<stdio.h>
#define maxval 5 
int main (void)
{
int i=1;
if(i-maxval)
{
printf("inside");
}
else
{
printf("out?");
}
}
What will be printed.

Aout

Binside

CError

DNone of these

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Cisco

Post Your Answer Here:     

No Discussion on this question yet!