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 |
Sir i want e-notes of C languge of BAlaguruswami book i.e scanned or pdf file of balaguruswamy book on c language.PLEASE SEND ME on my mail id ajit_kolhe@rediff.com
Create a simple code fragment that will swap the values of two variables num1 and num2.
How can you dynamically allocate memory in C?
Is stack a keyword in c?
Difference between malloc() and calloc() function?
When should a far pointer be used?
What is the difference between the = symbol and == symbol?
what value is returned to operating system after program execution?
How can I set an array's size at run time?
Which are low level languages?
What are header files in c?
What does the && operator do in a program code?