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
What is array in c++ example?
What are the differences between java and c++?
What is the difference between an enumeration and a set of pre-processor # defines?
What is lambda in c++?
How do I write a c++ program?
What is c strings syntax?
What is the difference between multiple and multilevel inheritance in c++?
What is a c++ vector?
Why main function is special in c++?
What is object oriented programming (oop)?
What are the operators in c++?
Is there structure in c++?
What are signs of manipulation?
What will strcmp("Astring", "Astring"); return a) A positive value b) A negative value c) Zero
What is the full form of ios?