hi

i just want to know that if i am using the following code in file a.c then how can i save/use the value returned by the main() function of this file in any other file say b.c


int main()
{...