How to reverse a
sentence in c
program ex: ram
is a good boy
answer: boy
good a is ram
No Answer is Posted For this Question
Be the First to Post Answer
What are the features of oop?
What is a friend function & its advantage?
What is the difference between const int *ptr and int const *ptr???
Why is polymorphism used?
WHAT IS ABSTRUCT DATA TYPE ? PLEASE EXPLAIN IT.
Whatis the difference between oop and object based language
Can we have inheritance without polymorphism?
WAP to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
why c++ is called OOPS? waht is inherutance? what is compiler?
What is the point of oop?
Which is the parameter that is added to every non-static member function when it is called?
Can we override main method?