How can I invoke another program from within a C program?

Answer Posted / srinivas

Just use system() call
like
system(test.exe);
the above statement when executed will executes test.exe and
returns when test.exe finishes its executions./.

Is This Answer Correct ?    3 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is identifier in c?

543


Can two or more operators such as and be combined in a single line of program code?

811


what are non standard function in c

1436


Explain null pointer.

622


Explain how do you list files in a directory?

618






What is property type c?

605


What are the two forms of #include directive?

644


What is local and global variable in c?

616


Can I initialize unions?

594


What is a structure member in c?

548


What is scope of variable in c?

570


How can I avoid the abort, retry, fail messages?

661


Tell me when is a void pointer used?

648


What are the advantage of c language?

553


What are type modifiers in c?

623