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
Can you apply link and association interchangeably?
Are the variables argc and argv are always local to main?
largest Of three Number using without if condition?
What is extern c used for?
Tell me with an example the self-referential structure?
Do pointers take up memory?
What is the difference between fread buffer() and fwrite buffer()?
How does sizeof know array size?
What does it mean when the linker says that _end is undefined?
write a program to reverse a every alternetive words in a string in a place. EX: Input is "this is the line of text" Output should be "shit is eht line fo text" Please any one tell me code for that.
What is c variable?
Describe how arrays can be passed to a user defined function
Explain indirection?
Why do we use return in c?
What is structure of c program?