What is volatile c?
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between union and structure in c?
which operator having highest precedence? a.)+ b.)++ c.)= d.)%
the expression a=30*1000+2768; evalutes to a) 32768 b) -32768 c) 113040 d) 0
Explain how can you avoid including a header more than once?
What is static volatile in c?
int a=1,b=2,c=3; printf("%d,%d",a,b,c); What is the output?
When a c file is executed there are many files that are automatically opened what are they files?
Does c have an equivalent to pascals with statement?
How can I trap or ignore keyboard interrupts like control-c?
What is the use of #define preprocessor in c?
write a program in c language to print your bio-data on the screen by using functions.
6 Answers College School Exams Tests, IBM,
What is the difference between a string and an array?