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
Does c++ have finally?
Why do we use the using declaration?
What is the disadvantage of using a macro?
Write a program which uses functions like strcmp(), strcpy()? etc
What are the main differences between C and C++?
Search for: what is pair in c++?
If we declare two macro with the same identifier without doing undef the first, what will be the result? eg: #define MAX_SIZE 100 #define MAX_SIZE 200 int table1[MAX_SIZE];
What is the basic structure of c++ program?
What is virtual base class?
Which operator cannot overload?
Explain terminate() and unexpected() function?
Write a struct time where integer m, h, s are its members?