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
The file stdio.h, what does it contain?
Are the variables argc and argv are always local to main?
what are non standard function in c
What is define directive?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
What are nested functions in c?
What is function and its example?
By using C language input a date into it and if it is right?
write a programming in c to find the sum of all elements in an array through function.
What are the header files used in c language?
How can I read a binary data file properly?
What is static identifier?
Explain can you assign a different address to an array tag?
Explain the difference between getch() and getche() in c?
Is a pointer a kind of array?