Where is volatile variable stored?


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

Post New Answer

More C Interview Questions

Is main is a keyword in c?

0 Answers  


Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?

0 Answers  


what are # pragma staments?

0 Answers  


What is New modifiers?

0 Answers   NA,


struct node { int *a; char *b; char array[12]; }; struct node m,*n; assign the value in *a,*b,char array[12]

3 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


What is the description for syntax errors?

0 Answers  


write a c/c++ programthat connects to a MYSQL server and checks if the INNoDB plug in is installed on it.If so your program should print the total number of disk writes by MYSQL.

0 Answers   BirlaSoft,


What's the difference between DELETE TABLE and TRUNCATE TABLE commands?

2 Answers   CTC,


Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0

4 Answers  


‎How to define structures? · ‎

0 Answers  


What are local static variables?

0 Answers  


Categories