I Want to Know how to call and execute a function from other program in my current program?
![]() |
I Want to Know how to call and execute a function from other program in my current program?
Say the other file is other.c
You have to include this in you current file using :
# include "other.c"
Make sure you don't have a main() in the other.c
Now you can call the functions in other.c in the current file as well.
| All times are GMT -7. The time now is 02:35 PM. |