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 |
Is it better to use malloc() or calloc()?
write a program for egyptian fractions in c?
diff .between strcture and union
Can we change the value of static variable in c?
Are the variables argc and argv are local to main?
wat are the two methods for swapping two numbers without using temp variable??
An entire structure variable can be assigned to another structure variable if __________
3 Answers Sasken, TCS, Tech Mahindra, Wipro,
what are the interview question's in the language c
What is a static function in c?
void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }
What are the types of c language?
which is an algorithm for sorting in a growing Lexicographic order