how can make variable not in registers

Answer Posted / sandeep

By adding volatile qualifier
eg:volatile int a;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is this pointer in c plus plus?

697


What is the size of empty structure in c?

682


Take an MxN matrice from user and then sum upper diagonal in a variable and lower diagonal in a separate variables. Print the result

1554


How do I use strcmp?

737


What is page thrashing?

737






Explain what header files do I need in order to define the standard library functions I use?

734


Why we not create function inside function.

1853


Explain how do you convert strings to numbers in c?

692


Why do we need a structure?

677


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

763


How is a pointer variable declared?

692


What is #define in c?

712


a way in which a pointer stores the address of a pointer which stores the value of the target value a) reference b) allocation c) multiple indirection d) none

720


How main function is called in c?

710


What is a sequential access file?

740