Write a program to reverse a string using recursive function?
No Answer is Posted For this Question
Be the First to Post Answer
Get me a number puzzle game-program
The type of variable a pointer points to must be the part of pointer's definition so that:
what is difference between objects and function
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 object in oops?
What is oops and its features?
What is class and object in oops?
Why is there no multiple inheritance?
What is encapsulation c#?
What is purpose of inheritance?
what type of question are asked in thoughtworks pair programming round ?
Why many objects can working together? How objects working togetherM I want to see example code.