what is volatile in c language?
Answer Posted / hareesha chikkapattanager parv
It is nothing but telling to compiler that this variable
will change its value at anytime by hard or outside the
controll of the program and compiler should not make any
assumption or optimize about this variable.
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is build process in c?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12
Which is better between malloc and calloc?
What are the advantages of Macro over function?
Explain modulus operator.
Explain Function Pointer?
in linking some of os executables are linking name some of them
Explain the bubble sort algorithm.
Explain how can I read and write comma-delimited text?
Explain how do you search data in a data file using random access method?
What is an identifier?
Write a program to generate the Fibinocci Series
Why do we use int main?
How can I trap or ignore keyboard interrupts like control-c?
What is wrong with this declaration?