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
Define vptr.
What is expression parser in c++
Is there structure in c++?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
What is pointer to array in c++?
What does new return if there is insufficient memory to make your new object?
What happens when a function throws an exception that was not specified by an exception specification for this function?
What is endianness?
What is the difference between global variables and local variable
There is a array of 99 cells and we have to enter 1-100 elements in it , no two elements would repeat , so the is one no. missing because 99 cells and 1-100 nos. so we had to implement a function to find that missing no.
What is the difference between object-oriented programming and procedural programming?
What is difference between class and structure in c++?