Hi All,
I have written a small C code in which I am storing some values in structure at run time.And this C file in turn calling another C executable, In this executable
I want to fetch the structure data what I have stored earlier.
Please, can anyone explain me how to do this in C.
eg: First.c- Stores the value in a structure.And it calls another c executable at run time called second.c. And ,
Second(Another Executable) - Wants to read the data stored by First executable in a structure.
Please explain me............
Regards
Prakhar
I have written a small C code in which I am storing some values in structure at run time.And this C file in turn calling another C executable, In this executable
I want to fetch the structure data what I have stored earlier.
Please, can anyone explain me how to do this in C.
eg: First.c- Stores the value in a structure.And it calls another c executable at run time called second.c. And ,
Second(Another Executable) - Wants to read the data stored by First executable in a structure.
Please explain me............
Regards
Prakhar
Comment