edited by
506 views
0 votes
0 votes

 

edited by

Please log in or register to answer this question.

Related questions

3 votes
3 votes
2 answers
2
Shamim Ahmed asked Dec 11, 2018
589 views
char *a = “MADEEASY”;char *b = “GATECSIT2019”;char *r = a;char *s = b;printf(“%d”, (int) strlen (b+3[r] – 1[s]));return 0; Whats the output? Answer given 8