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 / 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 are the advantages of c preprocessor?

1315


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1105


Write a program to generate the Fibinocci Series

1299


Which driver is a pure java driver

1690


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

2085


What is string function c?

1074


Is there any algorithm to search a string in link list in the minimum time?(please do not suggest the usual method of traversing the link list)

2340


Tell us bitwise shift operators?

1145


what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;

2487


What is structure and union in c?

1203


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

1998


What is p in text message?

1037


What should malloc(0) do?

1184


Explain what is the difference between functions abs() and fabs()?

1256


Which is more efficient, a switch statement or an if else chain?

1080