Advertisements
Advertisements
प्रश्न
Write the following real constant into the exponent form:
0.00005
योग
उत्तर
0.00005 = 0.5 x 10-4 = 0.5E – 4
shaalaa.com
Lexical Units (Tokens)
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 9: Introduction to C++ - Evaluation - Section - B [पृष्ठ १३१]
APPEARS IN
संबंधित प्रश्न
Which of the following is called compile-time operators?
Can keywords be used as identifiers?
The following constant is of which type?
39
The following constant is of which type?
032
The following constant is of which type?
04.14
Write the following real constant into the exponent form:
0.319
Differentiate “=” and “==”.
Write about Binary operators used in C++.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
What is the difference between 56L and 56?