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 #31.8K
2 Posted Topics
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.
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 …
The End.
kikloo