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 is a valid string literal?
Can keywords be used as identifiers?
Write the following real constant into the exponent form:
23.197
Assume n = 10; what will be result of n++ and --n;?
Is C++ case sensitive? What is meant by the term “case sensitive”?
Write about Binary operators used in C++.
Write a short note on the const keyword with an example.
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
How relational operators and logical operators are related to one another?
