What is a stack? How it can be implemented?
No Answer is Posted For this Question
Be the First to Post Answer
What is c++ stringstream?
Describe linked list using C++ with an example.
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
What are the extraction and insertion operators in c++? Explain with examples.
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
program to print this triangle * * * * * *
wap to accept 10 numbers & display the number of odd and even numbers??
What is the standard template library (stl)?
What are enumerations?
if there is binary tree which one is the easiest way to delete all child node?
What are references in c++? What is a local reference?
What is null c++?