How can I invoke another program from within a C program?

Answer Posted / phani kumaer

just making the file name as preprocessor header file
and add this tag into the necessary program block
#include"Filename.h"

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is array name a pointer?

607


Tell me is null always defined as 0(zero)?

675


What is a sequential access file?

648


Explain how do you determine the length of a string value that was stored in a variable?

671


Define recursion in c.

703






What are the usage of pointer in c?

704


Why do we need functions in c?

562


Why c is called a middle level language?

634


Is there a way to switch on strings?

622


Multiply an Integer Number by 2 Without Using Multiplication Operator

324


Can a pointer be static?

626


Is the exit() function same as the return statement? Explain.

665


How many keywords are there in c?

592


What is extern storage class in c?

514


How can I find out the size of a file, prior to reading it in?

623