what are the static variables

Answer Posted / guest

Variables that statically retain their memeory location
across function calls or in other words even beyond their
scope.

Global static values or functions are used to hide them
from other files in the program.

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which header file is used for clrscr?

574


Why is c still so popular?

614


What is define directive?

634


How was c created?

586


Why c language?

642






Is array a primitive data type in c?

573


What's a good way to check for "close enough" floating-point equality?

621


Does c have an equivalent to pascals with statement?

570


What is the use of define in c?

592


explain what is a newline escape sequence?

683


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

1465


Explain the use of fflush() function?

624


Explain the binary height balanced tree?

720


What is the benefit of using const for declaring constants?

581


What is character constants?

710