what is the use of keyword volatile??

Answer Posted / pur

if you use volatile variables then code optimization will
not happen at compilation time, so .o size will be more.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is f'n in math?

615


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

669


Simplify the program segment if X = B then C ← true else C ← false

2579


What is meant by int main ()?

714


What do you mean by keywords in c?

621






What are header files why are they important?

574


How can variables be characterized?

1645


write a program to rearrange the array such way that all even elements should come first and next come odd

1756


How do you define CONSTANT in C?

647


What is class and object in c?

585


What is a sequential access file?

644


What is meant by keywords in c?

612


What are the preprocessor categories?

635


What is union and structure in c?

609


What are global variables and how do you declare them?

612