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

What is Full Form of C and Why We use C

23 Answers  


int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?

7 Answers   Parimal, Wipro,


write a program to insert an element at the specified position in the given array in c language

5 Answers   Appin, IBM,


how to find the given number is prime or not?

6 Answers   IMS, ING,


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  






What is || operator and how does it function in a program?

0 Answers  


Can you tell me how to check whether a linked list is circular?

1 Answers  


what is disadvantage of pointer in C

13 Answers   Tech Mahindra,


What is scanf_s in c?

0 Answers  


What is a macro?

0 Answers  


write a c program for print your name .but,your name may be small letter mean print a capital letter or your name may be capital letter mean print a small letter .example \\enter ur name : sankar The name is: SANKAR (or) enter your name:SAnkar The name is:saNKAR

3 Answers   IBM,


what is const volatile?

2 Answers  


Categories