What is size of string in c++?
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is the use of data hiding?
how to access grid view row?
What is a mutable member?
What is a far pointer? where we use it?
What is a constructor and how is it called?
Define basic type of variable used for a different condition in C++?
why we cant create array of refrences
What is split a string in c++?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
How do I use arrays in c++?
what is multi-threading in C++?