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
Why cant I open a file by its explicit path?
Is array a primitive data type in c?
I need previous papers of CSC.......plz help out by posting them.......
What do you mean by a local block?
What is property type c?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc
Explain the difference between getch() and getche() in c?
What are pragmas and what are they good for?
What is the difference between the local variable and global variable in c?
What is a example of a variable?
how to find anagram without using string functions using only loops in c programming
What is variable and explain rules to declare variable in c?
Can the “if” function be used in comparing strings?
Explain how can you determine the size of an allocated portion of memory?
What is openmp in c?