what is the difference between const volatile int i
& volatile const int j;
Answer Posted / raj
There is no difference between const volatile int i and
volatile const int j
| Is This Answer Correct ? | 13 Yes | 10 No |
Post New Answer View All Answers
What does main () mean in c?
Does * p ++ increment p or what it points to?
simple program of graphics and their output display
Why clrscr is used in c?
What is the maximum length of an identifier?
I need a sort of an approximate strcmp routine?
What is difference between function overloading and operator overloading?
What is use of bit field?
What is a function in c?
What is file in c language?
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
Why doesn't C support function overloading?
What is switch in c?
Tell me what are bitwise shift operators?
What are the advantages of the functions?