Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is the use of keyword volatile??

Answer Posted / kala

it is the variable which can be modified outside of the
program. i.e hardwares can modify this variable. To avoid
compiler optimization we can use volatile.
this is used for memory mapped hardware and shared memory
usuage.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

while initialization of array why we use a[][2] why not a[2][]...?

2404


In C programming, what command or code can be used to determine if a number of odd or even?

1097


Dont ansi function prototypes render lint obsolete?

1201


Can you assign a different address to an array tag?

1213


What are loops in c?

1067


Tell me what is the purpose of 'register' keyword in c language?

1039


What is null pointer in c?

1046


Define C in your own Language.

1134


What is scanf () in c?

1173


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

1158


What is array of structure in c programming?

1336


What is printf () in c?

1146


What is sizeof array in c?

1114


Design a program which assigns values to the array temperature. The program should then display the array with appropriate column and row headings.

2368


Explain can you assign a different address to an array tag?

1124