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

What is #pragma statements?

592


How to Throw some light on the splay trees?

622


What is a MAC Address?

629


Stimulate calculator using Switch-case-default statement for two numbers

2449


What is the scope of an external variable in c?

570






What is the symbol indicated the c-preprocessor?

697


how to capitalise first letter of each word in a given string?

1435


How can type-insensitive macros be created?

702


How is actual parameter different from the formal parameter?

592


What are extern variables in c?

550


Write a program to check palindrome number in c programming?

601


‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.

1880


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

1559


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

1889


What are run-time errors?

600