Can I determine the space taken by a C program. Currently I am using GCC compiler on WIndows XP. Actually I want to check how much space consume by the C program.
It is very good if some function tell me the size consume by other function in C.
ex- fun() consume 1028 bytes to run.