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
find the sum of two matrices and WAP for it.
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
What is an lvalue in c?
What is function in c with example?
What is wrong in this statement?
How can I determine whether a machines byte order is big-endian or little-endian?
Explain Function Pointer?
Write a code to determine the total number of stops an elevator would take to serve N number of people.
using for loop sum 2 number of any 4 digit number in c language
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Tell us bitwise shift operators?
Explain how do you print an address?
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?
How can I direct output to the printer?
What is the difference between constant pointer and constant variable?