What is the default access level?
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");}
Is there anything you can do in C++ that you cannot do in C?
Can a program run without main in c++?
Explain virtual class and friend class.
what are difference between c and c++?
How to avoid changing constant values?
What are guid? Why does com need guids?
What is object in c++ example?
What is polymorphism & list its types in c++?
What are the 4 types of library?
What is an object in c++?
Can the creation of operator** is allowed to perform the to-the-power-of operations?