what is volatile in c language?
Answer Posted / lingaraj a
The programmer just give inform to compiler the value of
variable will change at any time without any action being by
program. The change will be made by hardware or external source.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
Should a function contain a return statement if it does not return a value?
What are logical errors and how does it differ from syntax errors?
Explain what is the best way to comment out a section of code that contains comments?
Write a program to generate a pulse width frequency of your choise,which can be variable by using the digital port of your processor
How do I convert a string to all upper or lower case?
What is nested structure in c?
How will you write a code for accessing the length of an array without assigning it to another variable?
Tell me what are bitwise shift operators?
What is merge sort in c?
How do you determine a file’s attributes?
Is swift based on c?
What is the benefit of using an enum rather than a #define constant?
a linearly ordered set of data elements that have the same structure and whose order is preserved in storage by using sequential allocation a) circular b) ordinary c) array d) linear list
What is sorting in c plus plus?
How does #define work?