what is volatile in c language?

Answer Posted / justin arokiaraj.r

Volatile is used for direct memory access.it can be updated by both hardware and software .so unused volatile will not be optimized in compilation
.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to implement a packet in C

2399


Why do we use pointer to pointer in c?

600


What is the use of function overloading in C?

681


With the help of using classes, write a program to add two numbers.

620


What is sizeof return in c?

618






How to Throw some light on the splay trees?

622


How can I get back to the interactive keyboard if stdin is redirected?

671


what is stack , heap ,code segment,and data segment

2224


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

1532


Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon

1741


What is the purpose of the preprocessor directive error?

683


How arrays can be passed to a user defined function

580


in iso what are the common technological language?

1638


How can I find the modification date of a file?

706


A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler

627