How can I invoke another program from within a C program?
Answer Posted / jai sundar
Just include tha other file name
#include "Filename.c" .
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Explain how do you use a pointer to a function?
What is getche() function?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
what is reason of your company position's in india no. 1.
What does %c do in c?
What is p in text message?
What is #line used for?
What is variable and explain rules to declare variable in c?
What is malloc calloc and realloc in c?
Differentiate between full, complete & perfect binary trees.
What is the difference between array and pointer in c?
Explain what is a program flowchart and explain how does it help in writing a program?
What is string in c language?
Explain what is the benefit of using #define to declare a constant?
Find MAXIMUM of three distinct integers using a single C statement