[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 :: HCL Technologies

8. What will be the output

#include
#define CPTR char *
typedef char * CHPTR;
int main(){
CPTR c1, c2;
CHPTR c3, c4;
printf("%d %d %d %d", sizeof(c1), sizeof(c2),sizeof(c3),sizeof(c4));
return 0;
}

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!