What are static variables in c?


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

Post New Answer

More C Interview Questions

When should a far pointer be used?

0 Answers   Aspire, Infogain,


code for replace tabs with equivalent number of blanks

0 Answers   Bosch,


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4

2 Answers   Mascot,


What are the applications of c language?

0 Answers  






Suppose I want to write a function that takes a generic pointer as an argument and I want to simulate passing it by reference. Can I give the formal parameter type void **, and do something like this? void f(void **); double *dp; f((void **)&dp);

1 Answers  


write a proram to reverse the string using switch case?

0 Answers   Syntel,


Write a program to find factorial of a number using recursive function.

0 Answers   Global Logic, TCS,


Do character constants represent numerical values?

0 Answers  


what is the difference between global variable & static variable declared out side all the function in the file.

2 Answers  


What is a far pointer in c?

0 Answers  


Is c call by value?

0 Answers  


Categories