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

Explain goto?

0 Answers  


Write a routine that prints out a 2-D array in spiral order!

1 Answers   Lucent,


write a c program to print a given number as odd or even without using loop statements,(no if ,while etc)

10 Answers  


how could explain about job profile

0 Answers  


How to reverse a string using a recursive function, with swapping?

5 Answers  






Write a C program to print 1 2 3 ... 100 without using loops?

15 Answers   Hindalco,


Write the control statements in C language

0 Answers   Atos Origin,


Describe newline escape sequence with a sample program?

0 Answers  


How can I find out if there are characters available for reading?

0 Answers  


How can I dynamically allocate arrays?

0 Answers  


different between overloading and overriding

3 Answers  


Explain built-in function?

0 Answers  


Categories