#include<stdio.h>
int main()
{
char *ptr;
char string[] = "How are you?";
ptr = string;
ptr += 4;
printf("%s",ptr);
return 0;
}
(a) How are you?
(b) are you?
(c) are
(d) No output
Answers
Answered by
1
(d) No output..........!!!!!!!!
kousalyas:
can u explain how
Answered by
5
I think No output ..........
Hope it's helpful
Hope it's helpful
Similar questions
Social Sciences,
7 months ago
English,
7 months ago
Math,
1 year ago
Computer Science,
1 year ago
Geography,
1 year ago
Biology,
1 year ago