Who made c++?
No Answer is Posted For this Question
Be the First to Post Answer
A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Which bit wise operator is suitable for checking whether a particular bit is on or off?
How do you find out if a linked-list has an end?
What is virtual methods?
Can constructor be private in c++?
What is static in c++?
What are references in c++? What is a local reference?
Briefly describe a B+ tree. What is bulk loading in it?
Is there a new/delete equivalent of realloc?
Write a C++ program to sort digits of all the 4 digit number and display the sorted 4 digit number
What will happen if a pointer is deleted twice?
Why do we use templates?