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


Please Help Members By Posting Answers For Below Questions

What are the advantages of using Unions?

642


How can I ensure that integer arithmetic doesnt overflow?

609


Why is c called a mid-level programming language?

729


What is c language and why we use it?

625


List the difference between a "copy constructor" and a "assignment operator"?

585






What’s a signal? Explain what do I use signals for?

611


Explain what is the benefit of using const for declaring constants?

617


Explain how can you avoid including a header more than once?

603


What does it mean when the linker says that _end is undefined?

637


What is the usage of the pointer in c?

607


why return type of main is not necessary in linux

1707


Define C in your own Language.

643


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1599


What are the characteristics of arrays in c?

616


What are the types of assignment statements?

630