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 dynamic variable in c?
In a byte, what is the maximum decimal number that you can accommodate?
Explain what is dynamic data structure?
define string ?
Explain what is the difference between null and nul?
What are the types of pointers in c?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is a constant?
Explain how can you restore a redirected standard stream?
What is the need of structure in c?
Why is c not oop?
how to count no of words,characters,lines in a paragraph.
#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }
Explain what are run-time errors?