What are the differences between new and malloc?
No Answer is Posted For this Question
Be the First to Post Answer
let a,b,c be three integer numbers.write a c++ program with a function void rotate 1()such that a->b->c and c->a.
How do you print for example the integers 3,2,1,5,4 in a binary tree within the console in format where it looks like an actual binary tree?
What is the role of C++ shorthand's?
Describe linked list using C++ with an example.
How do you save a c++ program?
What are the different types of polymorphism in c++?
Write down the equivalent pointer expression for referring the same element a[i][j][k][l]?
What are member functions used in c++?
Define pre-condition and post-condition to a member function in c++?
what are Access specifiers in C++ class? What are the types?
Why do we use double in c++?
how to swap two strings without using any third variable ?