[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 :: Pointers - Discussion

Home > C Programming > Pointers > MCQs Questions Discussion

34 / 60

The output of the below code fragment is

int d[] = {0, 2, 4, 6, 8}; 
printf ("%d/n", d? *d + 1 : *d + 2);

A2

B1

C4

DSyntax error

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Wipro

Post Your Answer Here:     

No Discussion on this question yet!