#include <iostream>
using namespace std;
struct wow {
int x;
};
int main() {
wow a;
wow *b;
a.x = 22;
b = &a;
a.x = 23;
cout << b->x;
return 0;
}
how to find the correct email address format by using the programe?
Why is static class not inherited?
What are the 3 pillars of oop?
Why do we use class?
What are the advantages of polymorphism?
wht is ditch
what is opps?why it is use in programming language?
You have one base class virtual function how will call that function from derived class?
write a c++ code of diagonal matrix.
What is function overloading and operator overloading?
why we call c++ is object oriented lanaguage
What type of Job you are providing?