[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 :: Juniper Network

7. What will be the Output/Error for the below pseudo code:

char *str2 = NULL;
char *str1[] = "ab";
char *str = "abcde";

printf("%d", sizeof (str));
printf("%d", strlen(str));
printf("%d", sizeof (str1));
printf("%d", strlen(str1));
printf("%d", sizeof (str2));
printf("%d", strlen(str));

Answer:

No Discussion on this question yet!

Post Your Answer Here:      Public      Private

No Discussion on this question yet!