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
explain the concepts of oops?
what is static?
What is a class and object?
what is new modifier in C#
Have you ever used threads?
What is multilevel inheritance?
class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash
What is difference between class and object with example?
sir plz send me a set of questions that been frequently held in written examination during campus selection.
What is a friend function & its advantage?
why c++ is a highlevel language
3 Answers Satyam, Tech Mahindra,
What is conditional Compilation?