what is difference b/w extern & volatile variable??
Answer Posted / mani
extern variables are stored in CPU ,volatile variables are
temporary.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is difference between structure and union?
can anyone suggest some site name..where i can get some good data structure puzzles???
Explain the priority queues?
Is sizeof a keyword in c?
Can we add pointers together?
Explain what is the difference between a free-standing and a hosted environment?
What does. int *x[](); means ?
What are data structures in c and how to use them?
Explain what is the advantage of a random access file?
What are the types of type qualifiers in c?
What are enums in c?
How can a program be made to print the line number where an error occurs?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
What is function in c with example?
How can I trap or ignore keyboard interrupts like control-c?