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
What is optimization in c?
Explain what is the difference between functions abs() and fabs()?
What is a stream in c programming?
using only #include
What are the primitive data types in c?
Explain a file operation in C with an example.
What are 'near' and 'far' pointers?
What are linker error?
When should the const modifier be used?
What should malloc(0) do?
What is the use of typedef in c?
What do you know about the use of bit field?
How do we open a binary file in Read/Write mode in C?
What are categories used for in c?
how to write optimum code to divide a 50 digit number with a 25 digit number??