how many controls can we place on single form.
Can member functions be private?
How do you clear a set in c++?
Give the difference between the type casting and automatic type conversion. Also tell a suitable C++ code to illustrate both.
What type of question are asked in GE code writing test based on c++ data structures and pointers?
Explain the different access specifiers for the class member in c++.
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 binary object model?
Define what is constructor?
What is a storage class in C++
What is polymorphism and its type in c++?
What is type of 'this' pointer? Explain when it is get created?
What is compilation?