This is a simple tutorial for invoking installed applications from code written in C language.
Here we go ….
the key function is system() that serves the purpose.
The code is self explanatory.
I am invoking firefox through this code. When i execute this code firefox browser popups up.
The output is as follows:
The function system() is defined inside stdlib.h

