what is difference b/w extern & volatile variable??
Answer Posted / sathya
extern keyword is used to strike the global declaration.
but volatile its indirectly change the values in externally
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain heap and queue.
Given below are three different ways to print the character for ASCII code 88. Which is the correct way1) char c = 88; cout << c << " ";2) cout.put(88);3) cout << char(88) << " "; a) 1 b) 2 c) 3 d) constant
What are c header files?
Explain the red-black trees?
Why n++ execute faster than n+1 ?
Explain what are multidimensional arrays?
What is the function of this pointer?
What is signed and unsigned?
What is %g in c?
What is difference between union and structure in c?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
can anyone suggest some site name..where i can get some good data structure puzzles???
What is a function simple definition?
What is default value of global variable in c?
What is the auto keyword good for?