User profile: darkmage06

User info
User name:darkmage06
History
Joined:
Number of posts:25
Latest posts:

Storing char
I managed to solve it. Thanks for the help.

Storing char
I thought input[j] = 0 is to append a NULL character to end of input. Can you maybe show me an examp...

Storing char
Hi, how you store a string of char in c using stdio.h and conio.h only. [code] int j; char inpu...

Question about return
Oh..... Thank you so much for helping me. I didn't think about using two do..while loop in this. Als...

Question about return
So how do I start from the beginning again? For example, I have a login system such that when the us...