Advertisements
Advertisements
प्रश्न
What is the difference between 56L and 56?
अंतर स्पष्ट करें
उत्तर
56L – The suffix L forces the constant to be represented as long, which occupies 4 bytes.
56 – This will be represented as int type constant which occupies 2 bytes as per Turbo C++.
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
APPEARS IN
संबंधित प्रश्न
Which of the following statements is not true?
Which of the following is called compile-time operators?
What are keywords?
Can keywords be used as identifiers?
The following constant is of which type?
032
Write the following real constant into the exponent form:
23.197
Match the following.
A | B |
(a) Modulus | (1) Tokens |
(b) Separators | (2) Remainder of a division |
(c) Stream extraction | (3) Punctuators |
(d) Lexical Units | (4) get from |
Write about Binary operators used in C++.
Write a short note on the const keyword with an example.
Determine which of the following are valid constant? And specify their type.
27,822