

InterviewSolution
Saved Bookmarks
1. |
What are the entities whose values can be changed called?(a) Constants(b) Variables(c) Modules(d) TokensThe question was asked in semester exam.My query is from Data Types in chapter Computer Codes of Computer Fundamentals |
Answer» RIGHT choice is (b) Variables For explanation: Variables are the data entities WHOSE values can be changed.Constants have a fixed value. Tokens are the words which are easily identified by the compiler. |
|