Answer Posted / vadivel t
Volatile is one of the tpye qualifier in c. This qualifier
is used with the variable when the variable value is
expected to be changed by an external event(eg: system
clock, interrupt).
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
What are volatile variables in c?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Why cant I open a file by its explicit path?
Is swift based on c?
What is the use of a ‘ ’ character?
What is the difference between printf and scanf )?
What is file in c preprocessor?
What is the use of linkage in c language?
Ow can I insert or delete a line (or record) in the middle of a file?
What is || operator and how does it function in a program?
Tell us two differences between new () and malloc ()?
What are the types of arrays in c?
Why do we use main function?
What is the difference between struct and typedef struct in c?