[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.
Interview Questions and Answers :: Broadcom Ltd

9. int * ptr = 1000;
char *ch = 1000;
int **pptr = 1000;
void *vd = 1000;
ptr++, ch++, pptr++, vd++;
printf("all value ") ?

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!