What are maps in c++?
No Answer is Posted For this Question
Be the First to Post Answer
What is the basic structure of a c++ program?
3- Write a program to find larger and smaller of the two numbers.
Explain explicit container.
What is name hiding in c++?
What do you mean by enumerated data type?
What is virtual base class?
In C++ cout is: a) object b) class c) something else
11 Answers Infosys, Lehman Brothers,
What do manipulators do?
int *p = NULL; printf("%1d",p) ; what will be the output of this above code?
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
why we cant create array of refrences
How many different levels of pointers are there?