How can I invoke another program from within a C program?
Answer Posted / vamshi
simply use
#include<file_name.exe>.
the file with appropriate extention.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
State the difference between realloc and free.
What are qualifiers in c?
How macro execution is faster than function ?
What does %d do?
How can I generate floating-point random numbers?
Write a simple code fragment that will check if a number is positive or negative.
Where local variables are stored in c?
What is calloc() function?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Where in memory are my variables stored?
Why enum is used in c?
What is a union?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
How can I sort a linked list?
How can variables be characterized?