What is difference between c++ 11 and c++ 14?
No Answer is Posted For this Question
Be the First to Post Answer
What is design pattern?
If you don’t declare a return value, what type of return value is assumed?
write a program that withdrawals,deposits,balance check,shows mini statement. (using functions,pointers and arrays)
What is a c++ vector?
What is a linked list in c++?
How is c++ different from java?
How do I use arrays in c++?
Explain deep copy and a shallow copy?
Using a smart pointer can we iterate through a container?
wrong statement about c++ a)code removably b)encapsulation of data and code c)program easy maintenance d)program runs faster
Difference between a homogeneous and a heterogeneous container
Why is that unsafe to deal locate the memory using free( ) if it has been allocated using new?