write a c++ code to overload + and - for a stack class such
that + provides push and - provides pop operation
Answer / anmol
just leave this question this is the best option i also
done the same thing and got selected
| Is This Answer Correct ? | 18 Yes | 15 No |
hi, this is raju,iam studying b.tech 2nd year,iam want know about group1 and group2 details, and we can studying without going to any instutions? please help me.
c++ is a purely oop concept?
what is the virtual function overhead, and what is it used for ? i hope i can get and appropriate answers, thanks a lot....
What is polymorphism ? Explain with examples
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
inheritence with example
Write a program to reverse a string using recursive function?
Why multiple inheritance is not allowed?
What is memory leak and memory corruption?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
what is an qt4 interface?
Why do we use encapsulation in oops?