What is volatile c?


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

Post New Answer

More C Interview Questions

#include<stdio.h> int main( ) { Int a=300, b, c; if(a>=400) b=300; c=200; printf(“%d%d ”, b, c); return0; }

1 Answers  


Why is sizeof () an operator and not a function?

0 Answers  


The differences between Windows XP and Windows Visa

8 Answers   HCL,


Why Modern OS are interrupt driven?Give an example

3 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,






What is actual argument?

0 Answers  


main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?

9 Answers   BTBP, CitiGroup,


What is derived datatype in c?

0 Answers  


What is wrong with this statement? Myname = 'robin';

0 Answers  


what are the facialities provided by you after the selection of the student.

0 Answers   TCS,


To what value do nonglobal variables default? 1) auto 2) register 3) static

4 Answers  


What is a wrapper function in c?

0 Answers  


Categories