Define 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

What is operator precedence?

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


Tell us bitwise shift operators?

0 Answers  


What oops means?

0 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Simplify the program segment if X = B then C ← true else C ← false

0 Answers  


how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions

0 Answers  


What are keywords c?

0 Answers  


how can we print  hellow world programme without using semicolon

3 Answers  


which operator having lowest precedence?? a.)+ b.)++ c.)= d.)%

4 Answers  


code for reverse alternate words from astring

1 Answers   IBM,


Categories