How the keyword struct is different from the keyword class in c++?
No Answer is Posted For this Question
Be the First to Post Answer
Which field is used in c++?
Define pure virtual function?
What are the benefits of oop in c++?
How a modifier is similar to mutator?
What is an action class?
Describe the advantages of operator overloading?
What new()is different from malloc()?
1. What does the following do: void afunction(int *x) { x=new int; *x=12; } int main() { int v=10; afunction(&v); cout<<v; } a) Outputs 12 b) Outputs 10 c) Outputs the address of v
Which software is used for c++ programming?
What are disadvantages of pointers?
Explain about templates of C++.
What is nested class in c++?