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
how to build a exercise findig min number of e heap with list imlemented?
Explain about the functions strcat() and strcmp()?
How can I trap or ignore keyboard interrupts like control-c?
what will be the output for the following main() { printf("hi" "hello"); }
What is a pointer and how it is initialized?
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Can you write the algorithm for Queue?
There seem to be a few missing operators ..
What is pre-emptive data structure and explain it with example?
Why can’t we compare structures?
what value is returned to operating system after program execution?
What does a function declared as pascal do differently?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Explain how can you check to see whether a symbol is defined?
What are c identifiers?