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
I just typed in this program, and it is acting strangely. Can you see anything wrong with it?
What is void pointers in c?
Do you know the use of fflush() function?
What is a header file?
Explain which function in c can be used to append a string to another string?
What is function prototype in c with example?
What is an array in c?
Can we access array using pointer in c language?
What does & mean in scanf?
What are the ways to a null pointer can use in c programming language?
I have a varargs function which accepts a float parameter?
How do you define structure?
What are different types of pointers?
What is sizeof return in c?
The __________ attribute is used to announce variables based on definitions of columns in a table?