![]() |
Simple error on C programming
The problem im having with my program is that. After i type the students name it, press return, its goes down not across to the next title. DOB and then to TEST1 etc.
HTML Code:
/* Header.c */ |
Re: Simple error on C programming
Search through recent posts in this forum for the proper use of scanf. Hint: most people's names cannot be successfully converted to a floating point number.
That said, aside from defining the name as a float, I don't see where you're actually asking for it. As an aside, I trust you realize that your use of screen-positioning functions is non-portable code. |
| All times are GMT +5.5. The time now is 09:24. |