How can I invoke another program (a standalone executable, or an operating system command) from within a c program?
No Answer is Posted For this Question
Be the First to Post Answer
WHO WROTE C LANGUAGE?
int i=10; printf("%d %d %d", i, i=20, i);
How can you restore a redirected standard stream?
What are the different types of data structures in c?
int main() { int *p=new int; *p=10; del p; cout<<*p; *p= 60; cout<<*p; } what will be the output & why?
Explain how are portions of a program disabled in demo versions?
What is the restrict keyword in C?
How to add two numbers without using semicolon at runtime
can we initialize all the members of union?
How can I open files mentioned on the command line, and parse option flags?
How do you prevent buffer overflows in C?
why r u join this company? give solid resons.
16 Answers IBM, Infosys, TCS,