GATE EXAM
GATE | GATE-CS-2017 (Set 2) | Question 53
Consider the following C Program:
The output of the program is _________.
[Note: It was Numerical Answer Type Question.]
Solution: Click here
#include<stdio.h>
#include<string.h>
int main()
{
char * c = "GATECSIT2017";
char *p = c;
printf("%d", (int)strlen(c+2[p]-6[p]-1));
return 0;
}
The output of the program is _________.
[Note: It was Numerical Answer Type Question.]
Solution: Click here
nice
ReplyDeleteThanks for your information Lakshika
ReplyDelete