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

Home > C Programming > Arrays > MCQs Questions Discussion

32 / 55

Which statement is wrong given the following code?

int a[] = {5,  7,  9},  *p =  a, b;

Ab = *p++;

Bb = *++p++;

Cb = *++p;

Db = ++*p, **p++;

Answer: Option (Login/Signup)

Show Explanation

Asked In :: Commvault

Post Your Answer Here:     

No Discussion on this question yet!