Answer Posted / shenbagavalli
The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is ## preprocessor operator in c?
What is #include stdio h and #include conio h?
Describe newline escape sequence with a sample program?
How can you pass an array to a function by value?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
What is the purpose of macro in C language?
what is the diffrenet bettwen HTTP and internet protocol
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Why clrscr is used after variable declaration?
What are the different types of pointers used in c language?
What is pointer to pointer in c language?
C language questions for civil engineering
Can true be a variable name in c?
Tell us two differences between new () and malloc ()?
How will you delete a node in DLL?