Computer Science, asked by cherrichakri123, 4 months ago

0
int main()
{
char *str="includehelp";
printf("%s",str+7);
return 0;
}

Answers

Answered by leoemenim
1

Answer:

nt main()

{

char *str="includehelp";

printf("%s",str+7);

return 0;

Explanation:

Similar questions