Vidyalelo
C Programming · Q99

C Fundamentals

Programming · C Programming · question 99

Q99

In the following code snippet, character pointer str holds a reference to the string . . . . . . . . char *str = "Examveda.com\0" "programming";

A.
Examveda.com
B.
Examveda.com\0programming
Answer
C.
Examveda.comprogramming
D.
Invalid declaration

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board