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
Is c is a procedural language?
code for quick sort?
What is cohesion in c?
What is the difference between int main and void main?
Explain how can you restore a redirected standard stream?
What are derived data types in c?
What is masking?
Explain what is the best way to comment out a section of code that contains comments?
What language is windows 1.0 written?
Explain the bubble sort algorithm.
write a c programming using command line argument,demonstrate set operation(eg;union,intersection,difference) example output is c:>setop 12 34 45 1 union 34 42 66 c:>setop 12 34 1 42 66 c:>setop 12 34 diff 12 56 67 78 setop 12 34
How do I get a null pointer in my programs?
What are header files why are they important?
The % symbol has a special use in a printf statement. How would you place this character as part of the output on the screen?
What does %2f mean in c?