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 difference between structure and union?

593


Why c is a procedural language?

577


What are the types of functions in c?

566


Can you subtract pointers from each other? Why would you?

554


Why is c not oop?

533






Write a program to generate the Fibinocci Series

654


Give basis knowledge of web designing ...

1567


When is a “switch” statement preferable over an “if” statement?

639


A global variable when referred to in another file is declared as this a) local variable b) external variable c) constant d) pointers

644


What is equivalent to ++i+++j?

639


What is || operator and how does it function in a program?

622


How do I swap bytes?

626


When should I declare a function?

615


When would you use a pointer to a function?

580


What is use of null pointer in c?

563