What is an associative container in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What are register variables?
Search for: what is pair in c++?
Explain how functions are classified in C++ ?
How does list r; differs from list r();?
Can you be bale to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?
string somestring ; Which of the following choices will convert a standard C++ string object "somestring" to a C string? a) Copy.somestring () ; b) somestring.c_str () c) &somestring [1] d) std::cstring (somestring) e) (char *) somestring
What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00
Which function should be used to free the memory allocated by calloc()?
Can c++ do everything c can?
What problem does the namespace feature solve?
What are pointer-to-members? Explain.
What is Pure Virtual Function? Why and when it is used ?