True/False: The declaration char* str = & a[0]; where char a[5] = “abcd”;
The value of *str is the char ‘a’;
Answers
Answered by
0
Answer:
( False )is answer
I hope it will help
Similar questions