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
What is difference between array and pointer in c?
write a program to copy the string using switch case?
What is use of #include in c?
Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.
what are the advantages of a macro over a function?
Explain two-dimensional array.
What is preprocessor with example?
What is an operator?
What is the difference between struct and union in C?
Explain what is a program flowchart and explain how does it help in writing a program?
Is null equal to 0 in sql?
If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?
What is maximum size of array in c?
What are the 32 keywords in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures