MCQOPTIONS
Saved Bookmarks
| 1. |
Avani wrote the given program in QBASIC. But while executing it, an error ocuurred. Identify the error. 10 LET A$ = ?INDIA? 20 LET B$ = A$ + ?1? 30 PRINT B$$ |
| A. | Line 20 has a string to assign numeric |
| B. | Line 30 has too many $ signs |
| C. | Line 10 has directly given string to a variable |
| D. | There is no error in the program |
| Answer» C. Line 10 has directly given string to a variable | |