How can I invoke another program from within a C program?
Answer Posted / jai sundar
Just include tha other file name
#include "Filename.c" .
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is use of pointer?
What is bash c?
Is multithreading possible in c?
how can use subset in c program and give more example
What is hashing in c?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is %g in c?
what is stack , heap ,code segment,and data segment
Write the Program to reverse a string using pointers.
what is the role you expect in software industry?
How do I send escape sequences to control a terminal or other device?
How do you list a file’s date and time?
What are static variables in c?
Explain about the functions strcat() and strcmp()?
Given an array of 1s and 0s arrange the 1s together and 0s together in a single scan of the array. Optimize the boundary conditions?