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

Can you write the function prototype, definition and mention the other requirements.

0 Answers   Adobe,


Which one to choose from 'initialization lists' or 'assignment', for the use in the constructor?

0 Answers  


why 'c' is called middle level language.

2 Answers  


What is the output of following program ? int main() { int x = 5; printf("%d %d %d\n", x, x << 2, x >> 2); }

5 Answers   Amazon, Qualcomm,


Who is the main contributor in designing the c language after dennis ritchie?

0 Answers  


Find greatest number out of 10 number without using loop.

5 Answers   TCS,


code snippet for creating a pyramids triangle ex 1 2 2 3 3 3

4 Answers  


Program to display given 3 integers in ascending order

1 Answers   N Tech,


Why do we use & in c?

0 Answers  


What is a floating point in c?

0 Answers  


What are the parts of c program?

0 Answers  


How can you determine the size of an allocated portion of memory?

0 Answers   Aspire, Infogain,


Categories