Advertisements
Advertisements
प्रश्न
Write the following real constant into the exponent form:
0.00005
Advertisements
उत्तर
0.00005 = 0.5 x 10-4 = 0.5E – 4
APPEARS IN
संबंधित प्रश्न
Which of the following statements is not true?
The following constant is of which type?
032
Write the following real constant into the exponent form:
0.319
Is C++ case sensitive? What is meant by the term “case sensitive”?
Differentiate “=” and “==”.
Write about Binary operators used in C++.
Consider the following C++ statement. Are they equivalent?
char ch = 67;
char ch = ‘C’;
Determine which of the following are valid constant? And specify their type.
‘Name’
Determine which of the following are valid constant? And specify their type.
27,822
What are arithmetic operators in C++? Differentiate unary and binary arithmetic operators. Give example for each of them.
