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

Answer Posted / phani kumaer

just making the file name as preprocessor header file
and add this tag into the necessary program block
#include"Filename.h"

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a progrmm in c language take user interface generate table using for loop?

1780


What do you mean by recursion in c?

842


simple program of graphics and their output display

1678


What is sizeof in c?

754


What is a stream?

867


What is volatile, register definition in C

883


What is struct node in c?

792


What is the difference between union and anonymous union?

1023


Write a program to check prime number in c programming?

799


Can you explain the four storage classes in C?

842


What are the advantages of using Unions?

829


which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;

2869


What is the size of enum in c?

823


Explain the binary height balanced tree?

894


Explain which function in c can be used to append a string to another string?

816