What is functions syntax in c++?
What are different types of polymorphism supported by C++
check whether a no is prime or not.
What is a dll entry point?
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
What is the v-ptr?
What is flush () in c++?
What will happen if when say delete this ?
How do you traverse a btree in backward in-order?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
how many trys can we write in one class
print first nodd numbers in descending order
Define virtual constructor.