What's your problem with that? It's a (quasi-)standard value for a 'float'.
turbo c
Yes.
TLINK is the Turbo C++ linker utility. You use it to link the object files created by the Turbo C++ compiler.
Turbo C++ keywords are the same as C++ keywords. The language remains the same, only the implementations differ. The Turbo C++ implementations were standards-compliant at the time of their release, but the product is no longer supported.
You should actually turn the question around: does the Turbo C++ graphics library support Windows XP? The answer is yes it does, provided you are using a version of Turbo C++ for Windows XP and above.
How the turbo c plus plus use what in the computer.
Turbo C compiles c source. turbo c++ compiles c++ source code.
The company Borland developed Turbo C++.
sizeof (int) will tell you (in bytes). It's often 2, 4 or 8 bytes.
Turbo C++ is Borland's integrated development environment (IDE).
turbo c
turbo c is a compiler and c++ is a programming language.
hotel and loding
to waste time
Yes.
It completely depends the datatype that you have assigned for the variables 'a' , 'b' , and 'c'. Check the compiler that you are using for the size of the datatype in bytes. Add them and thus you will get the answer.
Try 'sizeof', it will return the size in bytes.