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 could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is the difference between declaring a variable and defining a variable?
What is static memory allocation? Explain
How can I copy just a portion of a string?
What is the use of getchar() function?
Can we change the value of static variable in c?
What is the difference between #include and #include 'file' ?
Where static variables are stored in c?
Can I initialize unions?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
program to convert a integer to string in c language'
Can the size of an array be declared at runtime?
What is the use of clrscr?
What are pointers in C? Give an example where to illustrate their significance.
Explain what will be the outcome of the following conditional statement if the value of variable s is 10?