Examveda
Examveda

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

C. Examveda.comprogramming

D. Invalid declaration

Answer: Option B


This Question Belongs to C Program >> C Fundamentals

Join The Discussion

Related Questions on C Fundamentals