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
Where we use clrscr in c?
Explain the Difference between the New and Malloc keyword.
Identify the operators that is not used with pointer a. && b. # c. * d. >>
What is type qualifiers?
Read N characters in to an array . Use functions to do all problems and pass the address of array to function. 1. Print only the alphabets . If in upper case print in lower case vice versa.
1 1 1 1 2 1 1 3 3 1 1 4 6 4 1
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
Explain how does flowchart help in writing a program?
What are 'near' and 'far' pointers?
What is a class?
Diff: between this 2 classes in terms of memory class A { int i; char c; double d; }; class A { double d; int i; char c; }; How it is calculating?
Is c programming hard?