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 |
WHY DO WE USE A TERMINATOR IN C LANGUAGE?
Explain bit masking in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is the stack in c?
Why do we need a structure?
FIND THE OUTPUT IF THE INPUT IS 5 5.75 void main() { int i=1; float f=2.25; scanf("%d%f",&i,&f); printf("%d %f",,i,f); } ANSWER IS 5 AND 2.25 WHY?
What is else if ladder?
Write a program to generate the first n terms in the series --- 9,11,20,31,...,82
In a header file whether functions are declared or defined?
Explain why c is faster than c++?
find largest of 3 no
Explain what are reserved words?