How can I invoke another program from within a C program?
Answer Posted / vamshi
simply use
#include<file_name.exe>.
the file with appropriate extention.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Is it acceptable to declare/define a variable in a c header?
What is s in c?
What is the value of c?
Where static variables are stored in c?
What is floating point constants?
What is function prototype in c language?
What are the keywords in c?
When c language was developed?
How can I remove the leading spaces from a string?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
explain what is fifo?
Q.1 write aprogram to stack using linklist o insert 40 items? Q.2 write a program to implement circular queue with help of linklist?
What do you mean by a local block?
Can you mix old-style and new-style function syntax?
What are linker error?