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.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is the main purpose of inheritance law?

0 Answers  


What is Dynamic Polymorphism?

13 Answers  


What will happen when the following code is run: int x; while(x<100) { cout<<x; x++; } 1) The computer will output "0123...99" 2) The computer will output "0123...100" 3) The output is undefined

7 Answers  


WAP to generate 2n+1 lines of the following pattern on the computer screen:

2 Answers  


if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?

1 Answers  






Can main method override?

0 Answers  


What is balance factor?

0 Answers  


What does enum stand for?

0 Answers  


write a c++ program to find maximum of two numbers using inline functions.

3 Answers   IBM,


Why do we use encapsulation in oops?

0 Answers  


what do you mean by static member variable?

2 Answers  


Is html an oop?

0 Answers  


Categories