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
Why c is procedure oriented?
In C programming, what command or code can be used to determine if a number of odd or even?
Is c language still used?
develop algorithms to add polynomials (i) in one variable
What is clrscr ()?
Create a simple code fragment that will swap the values of two variables num1 and num2.
What is an lvalue?
What is the meaning of ?
What is methods in c?
main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }
what is the difference between global variable & static variable declared out side all the function in the file.
Why c is a mother language?