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

read an array and search an element

1 Answers  


What is the difference between text files and binary files?

0 Answers  


What is difference between main and void main?

0 Answers  


What is wrong with this initialization?

0 Answers  


Is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?

0 Answers  






A array contains dissimilar element how can we count, and A array contains dissimilar element how can we store in another array with out repetition.

4 Answers  


Do you have any idea about the use of "auto" keyword?

0 Answers  


WHAT IS INT?

8 Answers   Accenture,


how to find the largest element of array without using relational operater?

6 Answers   Satyam, Wipro,


Find the O/p of the following struct node { char *name; int num; }; int main() { struct node s1={"Harry",1331}; struct node s2=s1; if(s1==s2) printf("Same"); else printf("Diff"); }

1 Answers  


What is meant by 'bit masking'?

0 Answers  


Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986

1 Answers  


Categories