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


Please Help Members By Posting Answers For Below Questions

Explain a pre-processor and its advantages.

637


Explain output of printf("Hello World"-'A'+'B'); ?

979


can any one tel me wt is the question pattern for NIC exam

1560


What is a double c?

595


What is string function c?

573






Explain the properties of union.

615


What is scope rule in c?

609


What does *p++ do?

590


What is the heap in c?

647


What is the difference between strcpy() and memcpy() function in c programming?

629


What is the difference between a string and an array?

711


Where define directive used?

611


Is it possible to initialize a variable at the time it was declared?

761


Explain what is the general form of a c program?

627


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3192