#include <iostream>
using namespace std;
struct wow {
int x;
};
int main() {
wow a;
a.x = 22;
int c = a.x;
int *b = new int;
cout << c;
return 0;
}
option:
No output
0
22
-(11)
Will not compile
What does the keyword "static" mean?
which are the 4 members functions in c++ objects that can either be declared explicitly by programmer or implementation if nt available.
What is the main feature of oop?
some one give d clear explanation for polymorphism
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
write knight tour problem which is present in datastructure
what is the drawback of classical methods in oops?
Give two or more real cenario of virtual function and vertual object
what is code for call by value and call by reference?
What is the real time example of inheritance?
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
what is the need of abstraction? what is abstraction?what is the abstraction for stack?