Advertisements
Advertisements
प्रश्न
What is the difference between 56L and 56?
Advertisements
उत्तर
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++.
APPEARS IN
संबंधित प्रश्न
Which of the following operator is an extraction operator in C++?
Which of the following statements is not true?
Can keywords be used as identifiers?
The following constant is of which type?
39
Write the following real constant into the exponent form:
0.319
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 |
Describe the differences between keywords and identifiers?
Is C++ case sensitive? What is meant by the term “case sensitive”?
Determine which of the following are valid constant? And specify their type.
‘Name’
How relational operators and logical operators are related to one another?
