Re: Sharing static variables or function between source files.
- From: raxitsheth2000@xxxxxxxxxxx
- Date: 27 Nov 2006 23:26:09 -0800
Is this interview question ?
static is having File Scope. and lifetime up to prog End.
What do you mean by "Used" ? u may used by pointer and all but not
directly in different files.
--raxit sheth
shantanu wrote:
Hi,
How can we declare a static variable or function declared in one
source file, which is to be used in other source file?
.
- Follow-Ups:
- Re: Sharing static variables or function between source files.
- From: Miles Davis
- Re: Sharing static variables or function between source files.
- References:
- Sharing static variables or function between source files.
- From: shantanu
- Sharing static variables or function between source files.
- Prev by Date: Re: Sharing static variables or function between source files.
- Next by Date: Re: Macros
- Previous by thread: Re: Sharing static variables or function between source files.
- Next by thread: Re: Sharing static variables or function between source files.
- Index(es):
Relevant Pages
|
|