Answer Posted / asif karim
#include <stdio.h>
#include<iostream>
using namespace std;
void main()
{
const int var=10;
int a;
a=*(int* )& var=20;
cout<<a;
}
Is This Answer Correct ? | 3 Yes | 10 No |
Post New Answer View All Answers
What is c++ array?
What are c++ variables?
Will a catch statement catch a derived exception if it is looking for the base class?
What is the difference between strcpy() and strncpy()?
Should I learn c++ c?
What is while loops?
What is lambda in c++?
Which format specifier is used for printing a pointer value?
If there are two catch statements, one for base and one for derived, which should come first?
What is the latest version on c++?
What is scope operator in c++?
What is meant by iomanip in c++?
What is c++ in english?
What are protected members in c++?
How many keywords are used in c++?