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
how many key words availabel in c a) 28 b) 31 c) 32
What is logical error?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
Is multithreading possible in c?
Explain the difference between malloc() and calloc() function?
Explain what will the preprocessor do for a program?
What is the size of enum in c?
What is meant by operator precedence?
What is the scope of static variable in c?
What is the purpose of 'register' keyword?
Explain how do you determine a file’s attributes?
What is zero based addressing?
What is the use of a ‘ ’ character?
When would you use a pointer to a function?
how to create duplicate link list using C???