Computer Applications
State whether the following statement is True or False :
The comment line of the program is ignored during execution.
Related Questions
What will be the output of 'a' and 'b' in the expression b = a++, if int a, b; a=10?
- 10,10
- 10,11
- 11,10
- 11,11
State whether the following statement is True or False :
Java is known as an Object-Oriented Programming (OOP) language.
State whether the following statement is True or False :
The data type must be same as the value assigned to the variable.
State whether the following statement is True or False :
An integer value can be assigned to a double type variable.