Computer Science, asked by nagendra7831, 6 months ago

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 Anonymous
25

\huge\boxed{\fcolorbox{red} {yellow}{ Answer}}

Answer in the attachment

Attachments:
Similar questions