How many lines of code you have written for a single program?
Answer Posted / ilakya.g
Atleast there should be 4 lines.it must consists of main
with the parenthesis and atleast a statement in it.
| Is This Answer Correct ? | 6 Yes | 5 No |
Post New Answer View All Answers
What is a flag in c++?
Does c++ have arraylist?
If I is an integer variable, which is faster ++i or i++?
What is class definition in c++ ?
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
Can we overload operator in c++?
What does h mean in maths?
What are member functions used in c++?
What is oops in c++?
Define a constructor - what it is and how it might be called (2 methods)?
Explain the difference between overloading and overriding?
What is nested class in c++?
What is virtual destructor? What is its use?
Do you know what are static and dynamic type checking?
Explain the scope of resolution operator.