how i can implement variable length data base ( or data storage structure)in keil C programe?
Almost certainly a mis-spelling of "data structure"?
how i can implement variable length data base
you will need memory space for the max size, why not just allocate that or "all available memory"?
Erik
View all questions in Keil forum