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

How can I avoid the abort, retry, fail messages?

0 Answers  


What are the types of bitwise operator?

0 Answers  


Why c language?

0 Answers  


Why we not create function inside function.

0 Answers  


What is an anonymous union and where to apply that ?

3 Answers   HP,


What is the difference between text and binary i/o?

0 Answers  


What is the output of the following progarm? #include<stdio.h> main( ) { int x,y=10; x=4; y=fact(x); printf(“%d\n”,y); } unsigned int fact(int x) { return(x*fact(x-1)); } A. 24 B. 10 C. 4 D. none

2 Answers  


what is the difference between NULL('\0') and 0?

14 Answers   Microsoft,


how to calculate the time complexity of a given algorithm? pls give exaples..mainly for the coplexities such as O(log n),O(n log n)...

1 Answers   Infosys,


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


C,c++, Java is all are structural oriented or procedure oriented language..?

6 Answers  


What is the difference between scanf and fscanf?

0 Answers  


Categories