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

What is a ternary operator in c?

0 Answers  


Explain the advantages and disadvantages of macros.

0 Answers   TCS,


Why is it usually a bad idea to use gets()? Suggest a workaround.

1 Answers  


How to print India by nested loop? I IN IND INDI INDIA

4 Answers   NIIT, Wipro,


what is difference between strcmp & palindrome?

3 Answers  






What does d mean?

0 Answers  


What is chain pointer in c?

0 Answers  


What will be your course of action for a push operation?

0 Answers  


What are header files? What are their uses?

0 Answers  


Develop a program that computes the new price of an item. The program should receive a character variable colour and a double precision floating-point variable price from the user. Discount rate is determined based on the colour of the discount sticker, as shown in the following table. An error message should be printed if an invalid colour has been entered

1 Answers  


How does selection sort work in c?

0 Answers  


What does int main () mean?

0 Answers  


Categories