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 |
What is a global variable in c?
how does printf function work
Why isnt there a numbered, multi-level break statement to break out
i have a written test for microland please give me test pattern
what is a headerfile?and what will be a program without it explain nan example?
9.how do you write a function that takes a variable number of arguments? What is the prototype of printf () function? 10.How do you access command-line arguments? 11.what does ‘#include<stdio.h>’ mean? 12.what is the difference between #include<> and #include”…”? 13.what are # pragma staments? 14.what is the most appropriate way to write a multi-statement macro?
a c code by using memory allocation for add ,multiply of sprase matrixes
What is the use of function in c?
How do you initialize pointer variables?
What should be keep precautions while using the recursion method?
what is the difference between declaration ,defenetion and initialization of a variable?
Explain what does the format %10.2 mean when included in a printf statement?