What is the output of the following C code snippet?
char "ptr.
char str[="Hello":
W
ptr=str: str++:
printf("%c".ptr):
A: 1
B: Compilation Error
C: H
D: E
Answers
Answered by
0
Answer:
What is the output of the following C code snippet?
char "ptr.
char str[="Hello":
W
ptr=str: str++:
printf("%c".ptr):
answer:H
Similar questions