What is volatile in c language?
Answers were Sorted based on User's Feedback
Answer / venkata mahesh
compiler should not make any assumption about the variable
which declared as volatile.
| Is This Answer Correct ? | 8 Yes | 0 No |
What are Macros? What are its advantages and disadvantages?
What are the types of i/o functions?
program to find middle element of linklist?
write function to reverse char array ... without using second array
What are structure types in C?
Write a program to check armstrong number in c?
How does normalization of huge pointer works?
how to find anagram without using string functions using only loops in c programming
How do I get an accurate error status return from system on ms-dos?
about c language
what is the use of using linked list and array?
What are logical errors and how does it differ from syntax errors?