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
Why & is used in scanf in c?
What are the __date__ and __time__ preprocessor commands?
Can you tell me how to check whether a linked list is circular?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions
Is it possible to pass an entire structure to functions?
What is the size of structure pointer in c?
What are # preprocessor operator in c?
What is stack in c?
What is the general form of #line preprocessor?
What is include directive in c?
What is the advantage of a random access file?
What is array of pointers to string?
What are 'near' and 'far' pointers?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is switch in c?