How can I invoke another program from within a C program?
Answer Posted / phani kumar s
by using the proprocessor directive notation.
convert ur program as .h file.
or
use the files with functions.
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is union and structure?
How many loops are there in c?
What are the application of void data type in c?
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
How can you tell whether a program was compiled using c versus c++?
praagnovation
process by which one bit patten in to another by bit wise operation is? (a) masking, (b) pruning, (c) biting, (d) chopping,
What is the purpose of the preprocessor directive error?
What is the code in while loop that returns the output of given code?
what is the structure pointer?
What is restrict keyword in c?
Which built-in library function can be used to match a patter from the string?
What is a macro?
What is the scope of global variable in c?
What is variable initialization and why is it important?