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
Write the syntax and purpose of a switch statement in C.
With the help of using classes, write a program to add two numbers.
Why do we use int main?
What are qualifiers and modifiers c?
What is variable in c example?
Explain how do you use a pointer to a function?
write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the uses of a pointer?
What's the difference between constant char *p and char * constant p?
What are qualifiers?
what is event driven software and what is procedural driven software?
In C language, the variables NAME, name, and Name are all the same. TRUE or FALSE?
Difference between exit() and _exit() function?
what do the 'c' and 'v' in argc and argv stand for?