1.what are local and global variables?
2.what is the scope of static variables?
3.what is the difference between static and global variables?
4.what are volatile variables?
5.what is the use of 'auto' keyword?
6.how do we make a global variable accessible across files?
Explain the extern keyword?
7.what is a function prototype?
8.what does keyword 'extern' mean in a function declaration?
No Answer is Posted For this Question
Be the First to Post Answer
Give a method to count the number of ones in a 32 bit number?
What is a C array and illustrate the how is it different from a list.
The variables are int sum=10,SuM=20; these are same or different?
Where static variables are stored in c?
Calculate the weighted average of a list of n numbers using the formula xavg = f1x1+f2x2+ ….+ fnxn where the f’s are fractional weighting factors, i.e., 0<=fi<1, and f1+f2+….+fn = 1
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
What is external and internal variables What is dynamic memory allocation what is storage classes in C
How can you find the day of the week given the date?
diff. between *p and **p
What is the difference between malloc() and realloc()?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is difference between Structure and Unions?