773 views
1 1 vote
is there any data types like long float

because i saw somewhere in let us c long float i=232.34e24.

then i try to run this program and with this statement the program successfully compiled.

1 Answer

2 2 votes

No. 

Dude stop using TURBO C++.

Instead of that download any of these two and start practicing. 

1) Dec C++ 

2) Code Block

Position:
Show:

Related questions

1 1 vote
1 1 answer
811
811 views
shiva0 asked Jan 25, 2019
811 views
what is the output???? andhow it internally converted to int when we are printing with %d format specifier??when i run in my ide i got 50 as output and i donn’t know how ...
1 1 vote
1 1 answer
1.1k
1.1k views
ManojK asked Jul 19, 2016
1,104 views
The qualifier signed or unsigned may be applied to char or any integer.So why does not C have unsigned float ?
0 0 votes
1 1 answer
952
952 views
shiva0 asked Jan 24, 2019
952 views
what is the output of the following programming????and am confusing is unsigned int stores signed integer, and what is ‘ ~ ’ this symbol ?? and what happened when assigni...
3 3 votes
1 answers 1 answer
1.4k
1.4k views
atul_21 asked Sep 10, 2017
1,398 views