Answer Posted / test
Voliatile means value can be changed at any point .when we
say cont volatile it says value cant be changed by the
programer but can be changed by the hardware ..
for example status register of any hardware ..
its volatile since value of this register can changed at any
time and its const too since its not changed by the programmer.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Why doesnt this code work?
What does emoji p mean?
Write a program to show the change in position of a cursor using c
Why is sprintf unsafe?
Is c# a good language?
Is this program statement valid? INT = 10.50;
Explain what is the difference between #include and #include 'file' ?
What is a scope resolution operator in c?
Is array a primitive data type in c?
What are pointers in C? Give an example where to illustrate their significance.
Why should I prototype a function?
What is assignment operator?
What math functions are available for integers? For floating point?
Describe the modifier in c?
explain how do you use macro?