Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 1
- Downvoting Members
- 3
0 Endorsements
Ranked #107.55K
1 Posted Topic
Re: ok i have made a calculator using turbo c but it keeps disappearing when i choose the run command can any body help me please [code=c]#include<stdio.h> #include<conio.h> int sum (int x,int y) { int z; z=x+y; return z; } int sub (int x,int y) { int z ; z=x-y; return … |
The End.