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 |
if the address of a[1,1] and a[2,1] are 1000 and 1010 respectively and each occupies 2 bytes then the array has been stored in what order?
4 Answers Amazon, Apple, Bata, Google, NASA,
/*what is the output for the code*/ void main() { int r; r=printf("naveen"); r=printf(); printf("%d",r); getch(); }
write a C code To reverse a linked list
What's a "sequence point"?
What are called c variables?
hi friends how r u as soon in satyam my interview is start but i m very confusued ta wat i do plz help me frndz wat can i do plz tell me some question and answers related with "C" which r asked in the interview .
0 Answers Aegis, CDAC, Infosys,
What is the difference between malloc calloc and realloc in c?
What is build process in c?
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
What is #line?
What is the real time usage volatile?
What are valid operations on pointers?