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
By using C language input a date into it and if it is right?
Do you have any idea about the use of "auto" keyword?
Explain what is wrong with this statement? Myname = ?robin?;
Who developed c language?
What is the use of a static variable in c?
How can a program be made to print the line number where an error occurs?
What is the c language function prototype?
Explain the difference between malloc() and calloc() function?
What is || operator and how does it function in a program?
What is a char in c?
How many types of sorting are there in c?
a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Can you tell me how to check whether a linked list is circular?
What is the newline escape sequence?