What is an volatile variable?

Answer Posted / priya

In computer programming,a variable or object declared
with the volatile keyword may be modified externally
from the declaring object. Variables declared to be
volatile will not be optimized by the compiler
because the compiler must assume that their values
can change at any time.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

find the sum of two matrices and WAP for it.

899


What is Dynamic memory allocation in C? Name the dynamic allocation functions.

960


What is an lvalue in c?

904


What is function in c with example?

849


What is wrong in this statement?

826


How can I determine whether a machines byte order is big-endian or little-endian?

841


Explain Function Pointer?

909


Write a code to determine the total number of stops an elevator would take to serve N number of people.

1006


using for loop sum 2 number of any 4 digit number in c language

2008


a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above

1005


Tell us bitwise shift operators?

820


Explain how do you print an address?

914


Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?

2297


How can I direct output to the printer?

1080


What is the difference between constant pointer and constant variable?

986