What are the data types in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is a buffer c++?
What is c++ coding?
What does return 0 do in c++?
What is size of null class?
How is memory managed in C++?
What are the unique features of C++.
Does c++ have arraylist?
Can we remove an element in a single linked list without traversing? Lets suppose the link list is like this 1 2 3 4 5 6 We need to remove 4 from this list (without traversing from beginning) and the final link list shud be 1 2 3 5 6 only thing we know is the pointer to element "4". How can we remove "4" and link "3" to "5"?
Is C++ case sensitive a) False b) Depends on implementation c) True
Why is c++ is better than c?
What do you understand by pure virtual function? Write about its use?
What is static in c++?