How do you find out if a linked-list has an end? (I.e. The list is not a cycle)
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by internal linking and external linking in c++?
what is Member Functions in Classes?
What does namespace mean in c++?
You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so
Explain the concept of dynamic allocation of memory?
What are the advantages of prototyping?
State the difference between delete and delete[].
What is virtual base class uses?
1.what is the difference between software & package &application.
Is C++ case sensitive a) False b) Depends on implementation c) True
What are the uses of c++ in the real world?
What is the difference between multiple and multilevel inheritance in c++?