0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
~17.2K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
2 Posted Topics
Hey Dude! I just solved your problem use balance variable as a global variable and no need to pass it in the function because, it is a global variable so you change it's value from anywhere in the program just you to type global balance or whatever the variable name …
How this calculation is done i'am confused i am getting an answer 14 ?? #include<iostream> #include<conio.h> using namespace std;main() { int a=5; int d; d=++a + ++a; cout<<d; getch(); }
The End.