How can I invoke another program from within a C program?
Answer Posted / phani kumar s
to access one C program in another C Program
there are two ways
1.making the file .exe and accessing and
2.include the file as the preprocess header
#include"File.h"
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
Why doesn't C support function overloading?
What are the types of data files?
What is LINKED LIST? How can you access the last element in a linked list?
how to write a c program to print list of fruits in alpabetical order?
Why does everyone say not to use gets?
Explain goto?
What is array in c with example?
What are the difference between a free-standing and a hosted environment?
Explain modulus operator.
can anyone suggest some site name..where i can get some good data structure puzzles???
How can I pad a string to a known length?
What is the acronym for ansi?
the question is that what you have been doing all these periods (one year gap)
What is the size of structure in c?
What is c preprocessor mean?