MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following statement is not true in context of strings in C language ? |
| A. | It is array of characters |
| B. | Last character of character array is always '10' |
| C. | C inserts the null character automatically |
| D. | Any string in C can be read by the function get char '0'. |
| Answer» E. | |