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


Please Help Members By Posting Answers For Below Questions

What is a good data structure to use for storing lines of text?

596


What are the types of pointers?

600


What is equivalent to ++i+++j?

643


Explain about block scope in c?

661


What is return in c programming?

515






What are high level languages like C and FORTRAN also known as?

686


Is c dynamically typed?

667


Can the sizeof operator be used to tell the size of an array passed to a function?

620


What is a class c rental property?

612


Define Array of pointers.

635


What are conditional operators in C?

627


What is function what are the types of function?

560


What is the difference between the = symbol and == symbol?

629


WHAT IS THE DEFINATION OF IN TECHNOLOGY AND OFF TECHNOLOGY ?

1859


This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory

733