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
Can a pointer be volatile in c?
What is getch() function?
What is the difference between array and pointer in c?
What is quick sort in c?
Which is the best website to learn c programming?
What is atoi and atof in c?
what will be the output for the following main() { printf("hi" "hello"); }
There seem to be a few missing operators ..
What is difference between class and structure?
In a header file whether functions are declared or defined?
Write a C program in Fibonacci series.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What does calloc stand for?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
What are the different types of pointers used in c language?