WAP to generate 2n+1 lines of the following pattern on the
computer screen:
Answer Posted / krishnan
*
* *
* *
* *
* *
* *
*
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is a null tree?
Advantage and disadvantage of routing in telecom sector
what are the realtime excercises in C++?
Can a varargs method be overloaded?
what is graphics
Why is abstraction needed?
What is overloading in oops?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why we use classes in oop?
What is destructor give example?
What is inheritance in simple words?
What is the difference between a constructor and a destructor?
What is polymorphism in oop example?
What are the benefits of interface?