when we execute the given code which character will be printed?
int main()
{
char*name[]={"abc","def","ghi","jkl"};
printed("%c",*name[2]+2);
return 0;
}
Answers
Answered by
25
Answer in the attachment
Attachments:
Similar questions
English,
3 months ago
World Languages,
3 months ago
Social Sciences,
3 months ago
Science,
7 months ago
Social Sciences,
7 months ago
Math,
1 year ago
English,
1 year ago