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 called compile-time operators?
The following constant is of which type?
032
The following constant is of which type?
0XCAFE
The following constant is of which type?
04.14
Write the following real constant into the exponent form:
0.319
Describe the differences between keywords and identifiers?
Differentiate “=” and “==”.
Write a short note on the const keyword with an example.
Determine which of the following are valid constant? And specify their type.
0.5
