Can constructor be static in c++?
Which is not an ANSII C++ function a) sin() b) tmpnam() c) kbhit()
Explain about profiling?
What does std :: flush do?
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
Which software is best for programming?
What are the main differences between C and C++?
When copy constructor can be used?
Who discovered c++?
Explain the difference between realloc() and free() in c++?
Which of the following operator cannot be overloaded?
What will happen if I allocate memory using "new" and free it using "free" or allocate sing "calloc" and free it using "delete"?
Explain differences between new() and delete()?