Show the printout of the following code:
char c = 'A' ;int i = c;float f = 1000.34f;int j = f;double d = 1000.34;int k = d;int l = 97;char ch = l;cout < c < endl; cout < i < endl; cout < f < endl; cout < j < endl; cout < d < endl; cout < k < endl; cout < l < endl; cout < ch < endl;
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.