[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 :: Const / Volatile Qualifier - Discussion

Home > C Programming > Const / Volatile Qualifier > MCQs Questions Discussion

10 / 10

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

#include<stdio.h>
void main()
{
int const *p=5;
printf("%d", ++(p));
}

A9

B5

C6

D0

Answer: Option (Login/Signup)

Show Explanation


Asked In :: Societe Generale

Post Your Answer Here:     

Reply    
Rate This: +0 -0
    Report


Report Error

Please Login First Click Here