Hi,

Can this be done in C:

I Have a file which has certain number of lines as say

x1=4
x2=4

etc etc, the number of lines are dynamic and not known until i read the file in , So I have a declare variables corresponding to the number of lines after the read, is this possible in C,For in C we have to declare all the variable s upfront? please help