How can I invoke another program from within a C program?

Answer Posted / vamshi

simply use
#include<file_name.exe>.
the file with appropriate extention.

Is This Answer Correct ?    1 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does 4d mean in c?

950


What are multidimensional arrays?

656


What is the purpose of sprintf?

624


What is difference between array and structure in c?

582


Can we assign string to char pointer?

589






What is difference between constant pointer and constant variable?

631


Is null equal to 0 in sql?

656


What is the difference between pure virtual function and virtual function?

653


What do you understand by friend-functions? How are they used?

648


Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?

644


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1889


What are static variables in c?

630


5 Write an Algorithm to find the maximum and minimum items in a set of ā€˜nā€™ element.

1583


Is main is a keyword in c?

611


How do you generate random numbers in C?

660