Query on C programming

Newbie Member
22Aug2007,10:19   #1
deepneel25's Avatar
Please help me on the following query!!

Can we measure the size of functions in a C program???
Team Leader
22Aug2007,10:54   #2
DaWei's Avatar
You can examine the emitted machine or assembly code.
Go4Expert Founder
22Aug2007,10:55   #3
shabbir's Avatar
I am not sure what you are trying to measure but as far I can see the measure should be the time and you can do that.
Go4Expert Member
22Aug2007,11:21   #4
seeguna's Avatar
What u want to measure?????????

More clearance needed..............
Team Leader
22Aug2007,12:04   #5
DaWei's Avatar
There's a correlation between code size and execution time, but it is not a directly proportional thing.