What is the scope of static variables in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Software Interview Questions

1 Answers   CAT,


Tell me when would you use a pointer to a function?

0 Answers  


Which command is more efficient? *(ptr+1) or ptr[1]

3 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


Explain what does it mean when a pointer is used in an if statement?

0 Answers  


Differentiate Source Codes from Object Codes

1 Answers  


What is a static function in c?

0 Answers  


What is the difference between array and pointer?

0 Answers  


Did c have any year 2000 problems?

0 Answers  


what is the purpose of the code, and is there any problem with it. bool f( uint n ) { return (n & (n-1)) == 0; }

1 Answers   Google,


how to count no of words,characters,lines in a paragraph.

0 Answers  


What is the purpose of 'register' keyword in c language?

0 Answers  


Categories