Q. Choose a correct statement about C String.
Code:
char ary[]="Hello..!";
β
Correct Answer: (D)
Character array, ary is a string.
char ary[]="Hello..!";
You must be Logged in to update hint/solution