how measure complexity of program
- by gcc
how does compiler determine there is run-time error ?
is it run the code and then decide whether code executable or not
are there any program which are capable to determine complexity of my executable code?
are there any code which is for measuring the time when code start to execute up to finish