What do you mean by public protected and private in c++?
No Answer is Posted For this Question
Be the First to Post Answer
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What are multiple inheritances (virtual inheritance)?
What are different types of typecasting supported by C++
Search for: what is pair in c++?
Explain the difference between new() and malloc() in c++?
What does new in c++ do?
What is a base class?
Is multimap sorted c++?
What is ios :: in in c++?
Are vectors passed by reference c++?
What are raw sockets, where they are efficient?
What does ctime() do?