Answer Posted / priya
class is the bind of functions and data together
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a program using display() function which takes two arguments.
What is a node class in c++?
Implement stack operations with pointers with appropriate exception checks.
Tell me an example where stacks are useful?
What is else if syntax?
If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3
How does java differ from c and c++?
Why do we use templates?
What is constructor and destructor in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
Does c++ have foreach?
Does dev c++ support c++ 11?
What is increment operator in c++?
What is const pointer and const reference?
Explain mutable storage class specifier.