What are the scope of static variables?


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

Post New Answer

More C Interview Questions

In c programming language, how many parameters can be passed to a function ?

0 Answers  


When should you not use a type cast?

0 Answers  


What are the different flags in C? And how they are useful? And give example for each in different consequences?

1 Answers  


What is the difference between functions getch() and getche()?

0 Answers  


int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;

0 Answers  






Why ca not I do something like this?

0 Answers  


How many keywords (reserve words) are in c?

0 Answers  


What is realloc in c?

0 Answers  


What is linear search?

0 Answers  


Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?

0 Answers  


write a program to check whether a number is Peterson or not.

4 Answers  


What is a macro, and explain how do you use it?

0 Answers  


Categories