View Single Post
Old Mar 27th, 2005, 12:16 AM   #1
Planet_EN
Programmer
 
Join Date: Mar 2005
Posts: 40
Rep Power: 0 Planet_EN is an unknown quantity at this point
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.
Planet_EN is offline   Reply With Quote