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
Write a code to generate divisors of an integer?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is array of structure in c programming?
What are the different types of pointers?
Without using main fn and semicolon,print remainder for a given number in C language
What library is sizeof in c?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
A C E G H +B D F A I ------------ E F G H D
Convert the following expression to postfix and prefix (A+B) * (D-C)
can any one tell that i have a variable which is declared as static but i want this variable to be visible to the other files? how?
What is Full Form of C and Why We use C
code for find determinent of amatrix