What does volatile do?


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

Post New Answer

More C Interview Questions

Given only putchar (no sprintf, itoa, etc.) write a routine putlong that prints out an unsigned long in decimal. [ I gave the obvious solution of taking % 10 and / 10, which gives us the decimal value in reverse order. This requires an array since we need to print it out in the correct order. The interviewer wasn't too pleased and asked me to give a solution which didn't need the array ].

0 Answers  


what is the defrenece between structure and union

5 Answers   Aloha Technology,


Can anyone tell what is stack overflow? what precaution we should take?

1 Answers  


Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.

0 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,






What is the advantage of an array over individual variables?

0 Answers  


Should I learn data structures in c or python?

0 Answers  


By using C language input a date into it and if it is right?

0 Answers   Aricent,


who is the editor of 'pokemon'?

1 Answers  


How many identifiers are there in c?

0 Answers  


void main() { int a=1; while(a++<=1) while(a++<=2); }

4 Answers   HCL,


When is a “switch” statement preferable over an “if” statement?

0 Answers  


Categories