Posts
 
Reputation
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
1 Commented Post
0 Endorsements
Ranked #107.55K
~2K People Reached
Favorite Forums
Favorite Tags
c x 1

1 Posted Topic

Member Avatar for aya_brea

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 …

Member Avatar for peter_budo
-3
2K

The End.