answersLogoWhite

0

With command time:

$ time ./myprogram

...

real 0m0.004s

user 0m0.010s

sys 0m0.000s

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


Where can you get the c programs?

You can find C programs at http://talentsealed.blogspot.com.


Where does c language program begin execution?

The execution of the program starts with function main, wherever it is in the source.


What is executive a c program?

I think it is 'execution of a C program'.


How do you get rid of Downloaderobfuskated located on your c drive?

find the remove or add programs setting


Why pointer is callded jewel of c language?

a pointer is a derived data type in c. pointers are undoubtedly one of the most distinct and exciting features of c language.it has added power and flexibility to the language. *pointers are more efficient in handling arrays and tables. *pointer can be used to support dynamic memory management. *pointers reduce length and complexity of programs. *increase the execution speed and thus reduce the program execution time. by following character's real power of c lies in proper use of pointers. pointer is called the jewel of c-language.


Where do you find C software?

C Software is a company who makes applications for windows programs. You can learn more information about them at www.c-software.net.


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.


What is actual path of execution of a program?

how programs are executed? Let we take C, how a c program is executing.... A first step we have to install a particular software for a execution so here we are installing turbo c then open the bin folder after the installation ,you will find on executable file named TC.exe it will look like a command prompt that only executing your c program files and giving another executable file for your program as output. to check fisrt create any simple program and first compile it and see the bin folder you will find one file named filename.obj and then run that program and now you will find another file filename.exe,that is an output file.


C programs using loops?

Loops are very important part of a C-language. If we have to run our programe multiple time then we use Loops of C.


Best-First Search with C Code?

execution


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.