MCQOPTIONS
Saved Bookmarks
| 1. |
For the following code snippet: char *str = “compscibits.com\0” “training classes”; The character pointer str holds reference to string: |
| A. | compscibits.com |
| B. | compscibits.com\0training classes |
| C. | compscibits.comtraining classes |
| D. | Invalid declaration |
| Answer» C. compscibits.comtraining classes | |