Advertisements
Advertisements
प्रश्न
Determine which of the following are valid constant? And specify their type.
‘Name’
Advertisements
उत्तर
‘Name’ – Invalid constant as the single quote is not allowed.
APPEARS IN
संबंधित प्रश्न
The following constant is of which type?
39
Write the following real constant into the exponent form:
23.197
Write the following real constant into the exponent form:
7.214
Is C++ case sensitive? What is meant by the term “case sensitive”?
Write a short note on the const keyword with an example.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What is the difference between 56L and 56?
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.
27,822
How relational operators and logical operators are related to one another?
