Advertisements
Advertisements
प्रश्न
Determine which of the following are valid constant? And specify their type.
0.5
एका वाक्यात उत्तर
उत्तर
0.5 – is a valid constant. It is a decimal.
shaalaa.com
Lexical Units (Tokens)
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
APPEARS IN
संबंधित प्रश्न
Which of the following statements is not true?
Which of the following is a valid string literal?
What are keywords?
Can keywords be used as identifiers?
The following constant is of which type?
39
Write the following real constant into the exponent form:
7.214
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.
‘Name’
How relational operators and logical operators are related to one another?