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

1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?

0 Answers  


What is the difference between near, far and huge pointers?

0 Answers  


What are the application of void data type in c?

0 Answers  


‘ C’ PROGRAME TO SHOW THE TYPE OF TRANGLE BY ACCEPTING IT’S LENGTH .

0 Answers  


array of pointer pointer to array pointer to pointer

1 Answers   MAHINDRA,






#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


How does C++ help with the tradeoff of safety vs. usability?

1 Answers  


Who is invented by c?

24 Answers   Infosys, Mphasis,


What is the difference between constant pointer and constant variable?

0 Answers   NIIT,


What is the purpose of macro in C language?

0 Answers   Fidelity,


Write a program to give following output..... ********* **** **** *** *** ** ** * * ** ** *** *** **** **** *********

4 Answers  


What is extern variable in c with example?

0 Answers  


Categories