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
Business Studies,
3 months ago
Math,
3 months ago
Math,
3 months ago
Science,
6 months ago
Social Sciences,
6 months ago
Math,
11 months ago
Hindi,
11 months ago
English,
11 months ago