if function is declared as static in one source file, if I
would like to use the same function in some other source
file...is it possible....how ?
Answer Posted / lakshman
using function pointer in main.c which holds address of
static function in the same file. But function pointer can
be used in other files.
Is This Answer Correct ? | 26 Yes | 5 No |
Post New Answer View All Answers
What does struct node * mean?
Explain the difference between getch() and getche() in c?
Where are some collections of useful code fragments and examples?
Difference between exit() and _exit() function?
What is array within structure?
What is the purpose of void pointer?
Is flag a keyword in c?
Write a program of prime number using recursion.
What is the advantage of c?
What is time complexity c?
How do you define a string?
Can i use “int” data type to store the value 32768? Why?
Is it better to bitshift a value than to multiply by 2?
Place the #include statement must be written in the program?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .