Post New Answer View All Answers
What do you mean by delegate? Can a user retain delegates?
What is long in c++?
I want to write a C++ language program that: 1. 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. The program should work for squares of all side sizes between 1 and 20.
What is using namespace std in c++?
What is a hashmap c++?
How would you use the functions randomize() and random()?
What is type of 'this' pointer? Explain when it is get created?
What is prototype for that c string function?
Why would you use pointers in c++?
What is the difference between #define debug 0 and #undef debug?
What is a far pointer? where we use it?
What is difference between c++ 11 and c++ 14?
What is c++ runtime?
What is a storage class? Mention the storage classes in c++.
What is a modifier in c++?