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 the significance of an algorithm to C programming?
Define circular linked list.
Differentiate Source Codes from Object Codes
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are the disadvantages of a shell structure?
#include
Why is c known as a mother language?
What is || operator and how does it function in a program?
I have seen function declarations that look like this
If errno contains a nonzero number, is there an error?
Why c language is called c?
Is flag a keyword in c?
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What’s the special use of UNIONS?
How do I round numbers?