i wrote a c program which used about 1000 lines i repeatedly used the if else and nested if else statements and many(nearly 20) small functions and their calls in nested else if statements i got the fatal error out of memoryat a paticular line if i comment those lines below it the progrram works normally but the task will be incomplete can you help me
fatal error out of memory
Collapse
X
-
Tags: None
-
Hi vishalakshi
Welcome to TSDN.
Plese post all your C related doubts in C / C++ Forum only.
Kindly post your code for refernce of our Experts. It helps them understand & solve your problem in a better way. -
Originally posted by vishalakshii wrote a c program which used about 1000 lines i repeatedly used the if else and nested if else statements and many(nearly 20) small functions and their calls in nested else if statements i got the fatal error out of memoryat a paticular line if i comment those lines below it the progrram works normally but the task will be incomplete can you help meComment
Comment