MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the output of the following code? #include using namespace std; int main() { float a='a'; cout |
| A. | a |
| B. | 0.0 |
| C. | 97 |
| D. | syntax error |
| Answer» D. syntax error | |