char *name[={"abc",
9
2063968209
"ghi"
6311620
"jk)"
}
//620
printf("%c",name[2]+2);
return 0.
when we execute the given code which character will be printed?
Answers
Answered by
0
Answer:
I am thinking name abc
Similar questions