When should volatile modifier be used?


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

Post New Answer

More C Interview Questions

The C language terminator is a.semicolon b.colon c.period d.exclamation mark

6 Answers   TCS,


Why doesnt that code work?

0 Answers  


void swap(int a,int b) { a=a+b; b=a-b; a=a-b; } in this code always gives the same result for all case

9 Answers   Accenture, TCS,


What is strcpy() function?

0 Answers  


Can you write the algorithm for Queue?

0 Answers   College School Exams Tests, TCS,






State the difference between realloc and free.

0 Answers   Aricent,


main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }

4 Answers  


What is an auto variable in c?

0 Answers  


Explain Function Pointer?

0 Answers   Wipro,


What are the restrictions of a modulus operator?

0 Answers  


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

0 Answers  


What is the use of bitwise operator?

0 Answers  


Categories