Answer Posted / shenbagavalli
The volatile keyword is a type qualifier used to declare
that an object can be modified in the program by something
such as the operating system, the hardware, or a
concurrently executing thread.
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
Can 'this' pointer by used in the constructor?
Explain main function in c?
What does return 1 means in c?
What is an expression?
What does printf does?
How is a null pointer different from a dangling pointer?
What is a structural principle?
Can I initialize unions?
Explain what is a 'null pointer assignment' error? Explain what are bus errors, memory faults, and core dumps?
Explain the priority queues?
Please send me WIPRO technical question to my mail ID.. its nisha_g28@yahoo.com please its urgent
How can I avoid the abort, retry, fail messages?
What is a stream in c programming?
What is the stack in c?
What is const keyword in c?