What does volatile do?


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

Post New Answer

More C Interview Questions

a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?

6 Answers   Geometric Software,


Where is c used?

0 Answers  


what is c programming?

3 Answers   TCS,


write a program in c language that uses function to locate and return the smallest and largest integers in an array,number and their position in the array. it should also find and return the range of the numbers , that is , the difference between the largest number and the smallest.

1 Answers  


write a program that print itself even if the source file is deleted?

2 Answers  






Derive the complexity expression for AVL tree?

1 Answers  


In a header file whether functions are declared or defined?

0 Answers   TISL,


What do you mean by dynamic memory allocation in c? What functions are used?

0 Answers  


how to copy a string without using c function

5 Answers  


Find Error if any in below code, Justify ur answer: struct xx { int a; struct yy { char c; struct xx* p; } struct yy* q; }

3 Answers   NDS,


Why is c fast?

0 Answers  


What is scope rule in c?

0 Answers  


Categories