Answer Posted / rekha_sri
* A variable should be declared volatile whenever its value
could change unexpectedly.
* A volatile qualifier must be used when reading the contents
of a memory location whose value can change unknown to the
current program.
* A volatile qualifier must be used for shared data modified
in signal handlers or interrupt service routines.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
What is function prototype in c language?
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain enumerated types.
What are the characteristics of arrays in c?
How can I do peek and poke in c?
What is page thrashing?
Multiply an Integer Number by 2 Without Using Multiplication Operator
Why do we use int main?
What are different types of operators?
What is the return type of sizeof?
What is a structure in c language. how to initialise a structure in c?
What is a program flowchart and explain how does it help in writing a program?
which type of aspect you want from the student.
What are different types of variables in c?