Advertisements
Advertisements
प्रश्न
Is C++ case sensitive? What is meant by the term “case sensitive”?
उत्तर
C++ is a case-sensitive programming language so, all the keywords must be in lowercase. Case sensitive means that the uppercase and lowercase letters are considered differently.
APPEARS IN
संबंधित प्रश्न
Which of the following is called compile-time operators?
Can keywords be used as identifiers?
Write the following real constant into the exponent form:
7.214
Write the following real constant into the exponent form:
0.00005
Write the following real constant into the exponent form:
0.319
Differentiate “=” and “==”.
Determine which of the following are valid constant? And specify their type.
0.5
Determine which of the following are valid constant? And specify their type.
‘\t’
Determine which of the following are valid constant? And specify their type.
27,822
How relational operators and logical operators are related to one another?