Podcast
Questions and Answers
What are the names of variables, functions, arrays, classes etc. created by programmer referred to?
What are the names of variables, functions, arrays, classes etc. created by programmer referred to?
- Identifiers (correct)
- Constant Strings
- Operators
- Keywords
Which of the following are explicitly reserved identifiers and cannot be used as names for the program variables or other user defined program elements?
Which of the following are explicitly reserved identifiers and cannot be used as names for the program variables or other user defined program elements?
- Identifiers
- Constant Strings
- Strings
- Keywords (correct)
Which of the following are fixed values that do not change during the execution of a program?
Which of the following are fixed values that do not change during the execution of a program?
- Constants (correct)
- Identifiers
- Operators
- Strings
Which of the following is a function that executes first during the program execution?
Which of the following is a function that executes first during the program execution?