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

Post New Answer

More C Interview Questions

What are the general description for loop statement and available loop types in c?

0 Answers  


What is static and volatile in c?

0 Answers  


Write a c program to print the even numbers followed by odd numbers in an array without using additional array

1 Answers   Tech Mahindra,


What is void main ()?

0 Answers  


write a program to gat the digt sum of a number (et. 15= >1+5=6)

2 Answers  






What are the disadvantages of a shell structure?

0 Answers  


Program to write some contents into a file using file operations with proper error messages.

2 Answers  


largest Of three Number using without if condition?

0 Answers  


who is first prime minister in india??

8 Answers   Wipro,


What is difference between arrays and pointers?

0 Answers  


What do you mean by team??

5 Answers   Student,


int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }

2 Answers   Vector,


Categories