Explain differences between new() and delete()?
No Answer is Posted For this Question
Be the First to Post Answer
if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.
What is atoi?
What is a buffer c++?
What is operator overloading in c++ example?
int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?
Write an algorithm that determines whether or not an almost complete binary tree is a heap.
What is the iunknown interface?
Is structure can be inherited?
What are c++ templates used for?
How is c++ used in the real world?
Can you sort a set c++?
Who made c++?