InterviewSolution
Saved Bookmarks
| 1. |
Which of these is not a type of variable?a selectb stringc numerical |
|
Answer» wer to the QUESTION is option A)"real" which is not a correct data type. In programming there are various datatype present for storing according to it's need and size. LIKE "char" is a datatype which is RESPONSIBLE for storing any data which resembles any SINGLE character. |
|