Answer Posted / varun
1.yes
2.no
3.yes
| Is This Answer Correct ? | 6 Yes | 12 No |
Post New Answer View All Answers
What are the important differences between c++ and java?
What is object oriented programming (oop)?
Tell me what are static member functions?
what is data abstraction in C++?
What are virtual functions in c++?
Write about all the implicit member functions of a class?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What it is and how it might be called (2 methods).
In a function declaration what does extern means?
What does ios :: app do in c++?
What's the hardest coding language?
What is implicit pointer in c++?
Is c++ map a hash table?
What are the operators in c++?
Define a pointer to a data member of the type pointer to pointer?