MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the value of var for the following C statement?var = strcmp("Hello", "World"); |
| A. | strcmp has void return-type |
| B. | 1 |
| C. | 0 |
| D. | -1 |
| E. | None of these |
| Answer» E. None of these | |