Computer Science, asked by supriya1998prajapati, 1 month ago

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 jadhavmayank67
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