Answer Posted / udit
const int var=10;
*(int *)&var=20;
this syntex change the constat value
| Is This Answer Correct ? | 15 Yes | 10 No |
Post New Answer View All Answers
How do I download c++?
Why use of template is better than a base class?
Is c++ double?
What is lazy initialization in c++?
What is a sequence in c++?
Which is better turbo c++ or dev c++?
Write syntax to define friend functions in C++.
What is const pointer and const reference?
Explain rethrowing exceptions with an example?
Which coding certification is best?
How would you use qsort() function to sort an array of structures?
What is the return value of the insertion operator?
What are static and dynamic type checking?
What gives the current position of the put pointer?
What are the characteristics of friend functions?