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
What is the use of oops?
WHY FUCTION OVERLOADING DOSENOT RETURN A RETEN TYPE
write a program in c++ to overload the function add (s1,s2) where s1 and s2 are integers and floating point values.
• What are the desirable attributes for memory managment?
design class for linked list and include constructor,destructor,insert option. struct node { int node; struct node &ptr; }
diff between Virtual mathod and abstract method?
Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?
In OverLoading concept,Why they are not consider return value and why they are consider only parameters in method? For ex: public int Add(int a,int b){...} public String Add(int a,int b){...}
how can we design a magic square in c++?or suggest me the basic idea of it.
What do you mean by inheritance?
what is Class in oops with example?
Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?