What is wrong in C++ statement-long float x;?
Q15. What is wrong with the following C++ statement:
long float x; ?
Ans. The above given statement will create a floating-point variable named ‘x’, which can stores 10 bytes.
Q15. What is wrong with the following C++ statement:
long float x; ?
Ans. The above given statement will create a floating-point variable named ‘x’, which can stores 10 bytes.