When should the volatile modifier be used?


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

Post New Answer

More C Interview Questions

code for copying two strings with out strcpy() function.

6 Answers  


main() { int a; a=++100; printf("%d",a); getch(); }

4 Answers  


What is a good data structure to use for storing lines of text?

0 Answers  


What is the translation phases used in c language?

0 Answers  


Would you rather wait for the results of a quicksort, a linear search, or a bubble sort on a 200000 element array? 1) Quicksort 2) Linear Search 3) Bubble Sort

3 Answers  






explain what is an endless loop?

0 Answers  


Why we use int main and void main?

0 Answers  


Why static is used in c?

0 Answers  


Differentiate between declaring a variable and defining a variable?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it

7 Answers  


What is the use of sizeof () in c?

0 Answers  


Explain how can I remove the trailing spaces from a string?

0 Answers  


Categories