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
How many parameters should a function have?
What does typeof return in c?
Are there namespaces in c?
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Explain a file operation in C with an example.
What are the types of assignment statements?
Can we add pointers together?
Explain bit masking in c?
How do we declare variables in c?
Why do we use int main instead of void main in c?
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
How can I change the size of the dynamically allocated array?
Explain why C language is procedural?
What is wrong in this statement?
What is pointer to pointer in c with example?