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
Explain how can I avoid the abort, retry, fail messages?
What is a macro, and explain how do you use it?
Can we initialize extern variable in c?
Explain why can’t constant values be used to define an array’s initial size?
Which is more efficient, a switch statement or an if else chain?
What does typeof return in c?
Explain modulus operator. What are the restrictions of a modulus operator?
What is a MAC Address?
What are the storage classes in C?
What is a built-in function in C?
‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .
Is struct oop?
What is the easiest sorting method to use?
Explain what is the heap?
Differentiate between a structure and a union.