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 'bit masking'?

0 Answers   EXL,


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


A stack can be implemented only using array?if not what is used?

3 Answers   InterGlobal,


When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.

0 Answers   HCL,


When is the “void” keyword used in a function?

1 Answers  


Write a program that receives as input a number omaadel-n-print, four digits.

0 Answers  


What is variable in c with example?

1 Answers  


what is the difference between auto and static keywords

1 Answers   cDot, College School Exams Tests, TCS,


O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

9 Answers   ADP,


What is void main ()?

0 Answers  


union { char ch[10]; short s; }test; test.s = 0xabcd; main() { printf("%d",ch[10]); }

3 Answers  


suppose there are five integers write a program to find larger among them without using if- else

2 Answers  


Categories