Posts
 
Reputation
Joined
Last Seen
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.

0 Endorsements
Ranked #4K
~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
Favorite Tags

2 Posted Topics

Member Avatar for Kippstah

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 …

Member Avatar for balaji_8
-1
17K
Member Avatar for bharat_3

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(); }

Member Avatar for shajin c l
0
204

The End.