MCQOPTIONS
Saved Bookmarks
| 1. |
What is the output of the following code? Int main(void) { char name='P'; 'P'=10;return 0; } |
| A. | name will contain value 10 |
| B. | p will contain 10 |
| C. | syntax error |
| D. | none of these |
| Answer» D. none of these | |