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 are the uses of null pointers?

586


How do I round numbers?

589


design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.

1485


Is that possible to store 32768 in an int data type variable?

685


Explain how can I write functions that take a variable number of arguments?

606






Do you know the use of 'auto' keyword?

650


How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?

15479


Explain pointers in c programming?

626


What is the difference between union and structure in c?

564


Is swift based on c?

627


Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

1111


Multiply an Integer Number by 2 Without Using Multiplication Operator

310


How is actual parameter different from the formal parameter?

583


When should volatile modifier be used?

544


Explain what standard functions are available to manipulate strings?

603