yes sir, table is at line 20, if there is one table, there is no error, if there are two, there is error.Did you put first look up table at line 20?
no sir, its only a 40 line code with 5 variables and two look up tables each having 64 values. and sorry i cant understand what is meant by 'auto' storage? what i think is that you are talking about static and dynamic memory concepts . kindly explainError 1300: stack frame too large
The size of the stack frame has exceeded the maximum addressable size. Commonly caused by too many local variables allocated as 'auto' storage class in a single function.
Got any huge local variables in modified.c?
decimal values => type of variable integer , long, float ?..i have defined 2 look up tables each of 64 decimal values in the program.