How can I invoke another program from within a C program?
Answer Posted / phani kumaer
just making the file name as preprocessor header file
and add this tag into the necessary program block
#include"Filename.h"
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above
What is the need of structure in c?
What is c++ used for today?
What is the difference between new and malloc functions?
Explain what are multibyte characters?
What the advantages of using Unions?
what are # pragma staments?
The % symbol has a special use in a printf statement. Explain how would you place this character as part of the output on the screen?
shorting algorithmS
What is a #include preprocessor?
What are the complete rules for header file searching?
the question is that what you have been doing all these periods (one year gap)
why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
Explain what is the use of a semicolon (;) at the end of every program statement?