|
Table in C language???
I have to make a table in which a user can input values horizontally in a table row...
user should enter the number of students and then a table must be generated of that size
like this ...
Name ..........<space>........ Marks in Subject-1 ..........<space>........ Marks in Subject-2...
But the confusion lies because I have to do it in C language without arrays and functions, only by the use of for loop, if condition and gotoxy statement.
I'v tried gotoxy statement but it isnt working properly ... please help me for this program ...
Last edited by Planet_EN; Mar 27th, 2005 at 12:29 AM.
|