int age=35;
if(age>80)
{Console.WriteLine("Boy you are old");}
else
{Console.WrieLine("That is a good age");}
No Answer is Posted For this Question
Be the First to Post Answer
print first nodd numbers in descending order
What are the uses of pointers?
When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?
What does flush do?
Explain the use of virtual destructor?
why c++ is not called strictly d super set of c?
What it is and how it might be called (2 methods).
Describe new operator?
What is the difference between public, private, protected inheritance?
What do you mean by call by value and call by reference?
Explain the difference between struct and class in terms of access modifier.
Is c++ proprietary?