MCQOPTIONS
Saved Bookmarks
| 1. |
In the following code snippet, character pointer str holds a reference to the string ___________.char *s = "interviewmania.com 0" "c programming"; |
| A. | interviewmania.comc programming |
| B. | interviewmania.com |
| C. | c programming 0c programming |
| D. | c programming |
| E. | None of these |
| Answer» D. c programming | |