What is polymorphism and its type in c++?
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.
What do you mean by translation unit in c++?
When a function is made inline. Write the situation where inline functions may not work.
What are the advantages of inheritance in c++?
Implement a 2 dimensional array by one dimentional array
What is a .h file c++?
What is the difference between new() and malloc()?
what are the events occur in intr activated on interrupt vector table
What is "strstream" ?
Is the declaration of a class its interface or its implementation?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
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?