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

Post New Answer

More C++ General Interview Questions

If a function doesn’t return a value, how do you declare the function?

0 Answers  


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

0 Answers  


Does dev c++ support c++ 11?

0 Answers  


What is function overloading c++?

0 Answers  


What is polymorphism in c++? Explain with an example?

0 Answers  






What is a constant reference?

0 Answers  


Do class method definitions?

0 Answers  


How do I make turbo c++ full screen?

0 Answers  


How many characters are recognized by ANSI C++?

0 Answers   Hexaware, NIIT,


What is runtime polymorphism in c++?

0 Answers  


Are strings mutable in c++?

0 Answers  


What is the difference between c++ and turbo c++?

0 Answers  


Categories