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 static memory allocation? Explain
What is pointers in c with example?
What are the advantages of c preprocessor?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
write a c program in such a way that if we enter the today date the output should be next day's date.
What is a shell structure examples?
Explain why C language is procedural?
Why do we use c for the speed of light?
What is the difference between Printf(..) and sprint(...) ?
What math functions are available for integers? For floating point?
How reliable are floating-point comparisons?
Do you know what are bitwise shift operators in c programming?
Explain logical errors? Compare with syntax errors.
How to define structures? ·
Can you please compare array with pointer?