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 #define?
Can we declare variable anywhere in c?
What is void c?
Differentiate between a for loop and a while loop? What are it uses?
What is the explanation for prototype function in c?
i have a written test for microland please give me test pattern
Explain what is the difference between a free-standing and a hosted environment?
What do you understand by normalization of pointers?
What are pointers in C? Give an example where to illustrate their significance.
Give differences between - new and malloc() , delete and free() ?
What is the general form of function in c?
Why can’t we compare structures?
What is cohesion in c?
Explain how does flowchart help in writing a program?
What is the difference between struct and union in C?