Answer Posted / venkata mahesh
compiler should not make any assumption about the variable
which declared as volatile.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can a function argument have default value?
What extern c means?
What is structure padding in c?
Can you please explain the difference between syntax vs logical error?
Can we access the array using a pointer in c language?
WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..
How #define works?
What do you mean by keywords in c?
Explain the use of bit fieild.
if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0
What is the use of gets and puts?
Why are some ANSI/ISO Standard library routines showing up as undefined, even though I've got an ANSI compiler?
Stimulate calculator using Switch-case-default statement for two numbers
Are pointers integers in c?
C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions