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

What is a global variable in c?

0 Answers  


how does printf function work

1 Answers  


Why isnt there a numbered, multi-level break statement to break out

0 Answers  


i have a written test for microland please give me test pattern

0 Answers   Microland,


what is a headerfile?and what will be a program without it explain nan example?

6 Answers   Assurgent,


9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?

4 Answers   L&T,


a c code by using memory allocation for add ,multiply of sprase matrixes

0 Answers  


What is the use of function in c?

0 Answers  


How do you initialize pointer variables?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


what is the difference between declaration ,defenetion and initialization of a variable?

7 Answers   LG Soft,


Explain what does the format %10.2 mean when included in a printf statement?

0 Answers  


Categories