Output is not same of programProblem solved. [code] #include <iostream> #include <string> using namespace std; int main() { int...
Output is not same of programI am facing a little bit problem with the output of program. Where I am making mistake?, I don't kno...
Why while loop is not working instead of for loop?I am creating a pyramid in C++, and for loop is working fine but when I came to while loop, the same...
Confused little bit at some point in C++ program.Thanks All.
Confused little bit at some point in C++ program.I now the output is 1024 and 10, and also know that second number is base 2 log of first number, but...