What is the function of volatile in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how can I prevent another program from modifying part of a file that I am modifying?

0 Answers  


In C, What is the #line used for?

2 Answers  


Explain how can I avoid the abort, retry, fail messages?

0 Answers  


wat is the meaning of c?

9 Answers   CTS, IBM, Wipro,


Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  






hello friends what do u mean by BUS ERROR i got this error while i am doing my program in DATA STRUCTURES

2 Answers   Wipro,


What is the difference between array_name and &array_name?

0 Answers  


what is the disadvantage of using macros?

1 Answers   Wipro,


What are types of functions?

0 Answers  


Why do we use namespace feature?

0 Answers  


What is the most efficient way to count the number of bits which are set in a value?

4 Answers  


Is c easier than java?

0 Answers  


Categories