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

Post New Answer

More C Interview Questions

Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.

0 Answers   Aspiring Minds,


How can I find leaf node with smallest level in a binary tree?

1 Answers  


1. Can we use the for loop this way? for(;i>5;) 2. What is the use of pointers? 3. what is array of pointer? 4. What is the difference between file and database? 5. Define data structure?

1 Answers  


what are the compilation steps? ( i want inside the compiler )

2 Answers  


Why is structure important for a child?

0 Answers  






Explain the red-black trees?

0 Answers  


main() { int x, arr[8]={11,22,33,44,55,66,77,88}; x=(arr+2)[3]; printf(ā€œ%dā€,x); }

8 Answers   Vector,


c program to input values in a table(using 2D array) and print odd numbers from them

1 Answers  


what is c language.

3 Answers  


What is a node in c?

0 Answers  


What is static memory allocation? Explain

0 Answers  


What is the purpose of 'register' keyword?

0 Answers  


Categories