Please wait...
THANKU FOR BEING A PART OF OUR JOURNEY TO BRING "REVOLUTION IN EDUCATION"
We Genuinely APPRECIATE your PATIENCE

40
M: +2.00/-0.00

Consider the following C Program.
(# include <stdio.h>
#include< string.h>
#int main ( ) {
char* c = “GATECSIT2017”;
char* p = c;
printf(“%d”, (int) strlen (c+p[2]-p[6]-1));
return 0;
})
The output of the program is ____.

[GATE CS 2017 Set 2]
A