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 does 2n 4c mean?

0 Answers  


write a program in c to find out the sum of digits of a number.but here is a condition that compiler sums the value from left to right....not right to left..

1 Answers  


hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .

0 Answers   Aegis, CDAC, Infosys,


What is the difference between functions abs() and fabs()?

0 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,






Is c is a middle level language?

0 Answers  


What is the importance of c in your views?

0 Answers  


Can a pointer be null?

0 Answers  


what are the program that using a two dimensional array that list the odd numbers and even numbers separately in a given 10 inputs values

0 Answers   College School Exams Tests,


write a programming in c to find the sum of all elements in an array through function.

0 Answers  


wap in c to accept n number display the highest and lowest value

2 Answers  


how to write palindrome program?

3 Answers  


Categories