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
i want to know the procedure of qualcomm for getting a job through offcampus
Describe how arrays can be passed to a user defined function
List the different types of c tokens?
What is sizeof array in c?
What is chain pointer in c?
What is the size of structure pointer in c?
Explain the Difference between the New and Malloc keyword.
Can i use “int” data type to store the value 32768? Why?
Why is python slower than c?
what is different between auto and local static? why should we use local static?
Define Array of pointers.
What is function prototype?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is a pointer and how it is initialized?
Can you write the function prototype, definition and mention the other requirements.