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
~17.0K People Reached
Favorite Forums
Favorite Tags
c x 6

2 Posted Topics

Member Avatar for kacete

Hi, I guess you can also use goto function to return to the menu. [code]menu: printf "Your menu"; // upto you to use switch or scanf // when the work is done for choosen option // just do: goto menu; and it will return to menu [/code] Hope it helps.

Member Avatar for theekshani
2
17K
Member Avatar for kikloo

Hi. I am trying to merge 2 chars. in C but i don't know how to do it. My code: [code] char dd[1], aa[2]; dd[0] = "2"; dd[1] = "3"; aa[] = dd[0] + dd[1]; [/code] So it aa[] should show: 23 but it gives error. Maybe i am doing …

Member Avatar for Murtan
0
285

The End.