what is diff between localstatic and globalstatis variable
possible 2 use in another file...?
Answer Posted / guest
localstatic belong to that only that function .
globalestatic belong 2whole file. not possible.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain about C function prototype?
What library is sizeof in c?
Why doesnt this code work?
What is the function of multilevel pointer in c?
What do mean by network ?
When should you use a type cast?
What is the use of a ‘ ’ character?
Write the control statements in C language
What is a protocol in c?
Explain what are linked list?
How many bytes is a struct in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
Explain bit masking in c?
Which is the memory area not included in C program? give the reason
Explain what are multibyte characters?