What is the difference between volatile and const volatile?


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

Post New Answer

More C Interview Questions

what is the difference between static variable and register variable?

3 Answers  


What does %f mean c?

1 Answers  


which of the following go out of the loopo if expn 2 becoming false a.while(expn 1){...if(expn 2)continue;} b.while(!expn 1){if(expn 2)continue;...} c.do{..if(expn 1)continue;..}while(expn 2); d.while(!expn 2){if(expn 1)continue;..}

4 Answers   TCS,


What is a pointer in c?

0 Answers  


Where static variables are stored in memory in c?

0 Answers  






What is new line escape sequence?

0 Answers  


What is extern c used for?

0 Answers  


Explain how can you determine the size of an allocated portion of memory?

0 Answers  


What is the use of void pointer and null pointer in c language?

0 Answers  


Write a program in c to print * * * * * *******

1 Answers  


Are the outer parentheses in return statements really optional?

0 Answers  


What are reserved words?

0 Answers  


Categories