What is the history of c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the array and initializing arrays in c++?
What is c++ iterator?
Write a program to add three numbers in C++ utilizing classes.
Is c++ a high level language?
What is fixed in c++?
What is pointer to member?
How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
What is the use of function pointer?
What are the advantage of using register variables?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
What is difference between rand () and srand ()?
What is auto used for in c++?