[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 :: CenturyLink

1. What will be the output.
char *p = "ciena"
char ar[] = "ciena"
strlen(p);
strlen (ar);
strlen (&ar);

Answer:

5 5 5

Post Your Answer Here:      Public      Private

Rate This: +10 -0
Report     

Post Your Reply Here:     

Report Error

Report Error

Please Login First Click Here