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...


how can make variable not in registers



how can make variable not in registers..

Answer / sandeep

By adding volatile qualifier
eg:volatile int a;

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Interview Questions

WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  


Explain bit masking in c?

0 Answers  


write a program in c language to print your bio-data on the screen by using functions.

6 Answers   College School Exams Tests, IBM,


What is the stack in c?

0 Answers  


Why do we need a structure?

0 Answers  


FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?

4 Answers   Wipro,


What is else if ladder?

0 Answers  


Write a program to generate the first n terms in the series --- 9,11,20,31,...,82

1 Answers   Cognizant,


In a header file whether functions are declared or defined?

0 Answers   TISL,


Explain why c is faster than c++?

0 Answers  


find largest of 3 no

8 Answers  


Explain what are reserved words?

0 Answers  


Categories