User profile: ZahoorKhan

User info
User name:ZahoorKhan
Old user name:Khan2020
Name:Zahoor Khan
Website:http://www.letsenjoycpp.tk
History
Joined:
Number of posts:94
Latest posts:

Output is not same of program
Problem solved. [code] #include <iostream> #include <string> using namespace std; int main() { int...

Output is not same of program
I 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...