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
write a progrmm in c language take user interface generate table using for loop?
What do you mean by recursion in c?
simple program of graphics and their output display
What is sizeof in c?
What is a stream?
What is volatile, register definition in C
What is struct node in c?
What is the difference between union and anonymous union?
Write a program to check prime number in c programming?
Can you explain the four storage classes in C?
What are the advantages of using Unions?
which of the following statement is wrong a) mes=123.56; b) con='T'*'A'; c) this='T'*20; d) 3+a=b;
What is the size of enum in c?
Explain the binary height balanced tree?
Explain which function in c can be used to append a string to another string?