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 #107.65K
1 Posted Topic
#inlcude//include functions which u want main(0 { char ch;//ch is character switch(ch)//Character Values { case '1':t=a+b;break; case '2':t=a-b;break; case '3':t=a*b;break; case '4';t=a/b;break; default:printf("invalid character");//at the end of the switch there is need of break statement } } In your question u taken 1,2,3 and 4 as numbers but u given …
The End.
venkata suresh