There is no such function in C++ as the implementation is hardware-dependant and would require a low-level operating system API call. C++ is designed to be as generic as possible, thus there are no built-in functions to cater for this.
See related links below for an article which describes how such information can be obtained.
use the _itoa function
I believe, you can use C-function - printf().
A self-referential function in C++, or in any other supporting language, is a recursive function.
there is no solution of this problem...........that's it..........
C++ is easier to use as you have to learn slightly less and script slightly to make your function(s) work.
use the _itoa function
It is not a reserved word, so can be an identifier (name of a type/variable/function).
2149.91
4.94 + 0.02 = 4.96
I believe, you can use C-function - printf().
A self-referential function in C++, or in any other supporting language, is a recursive function.
there is no solution of this problem...........that's it..........
int x= 1; int y= 2;
Yes. Use cin and/or getline to read the formatted data into an array, compute the average then output the result using cout.
C++ is easier to use as you have to learn slightly less and script slightly to make your function(s) work.
In C there are functions only, In Java methodsonly (static methods as well), in C++ both.
You can compute this by multiplying 1.02 * 20,000 = 20,400