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 is output redirection?
Explain union.
Write a program to reverse a linked list in c.
Is it possible to have a function as a parameter in another function?
Explain how can I avoid the abort, retry, fail messages?
What are unions in c?
What is c standard library?
In a header file whether functions are declared or defined?
‘SAVEPOINT’ and ‘ROLLBACK’ is used in oracle database to secure the data comment. Give suitable examples of each with sql command.
Why void main is used in c?
Write a factorial program using C.
What are the different categories of functions in c?
What is difference between array and structure in c?
Does c have class?
When should structures be passed by values or by references?