What is the use of register keyword with the variables?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to calculate the BMI of a person using the formula BMI = weight/height2.
What is the outcome of cout< a) 16 b) 17 c) 16.5
What is virtual table?
1.Between 100 and 999 are some numbers that have the characteristics that if you cube the individual digits and sum together you will get the same number. 2. A program that can accept as input an integer and output the equivalent of that number in words.
What is the best free c++ compiler for windows?
Which one is a preferred language C or C++? Why?
What are the types of container classes?
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 meant by a delegate?
What are the advantages of using typedef in a program?
Can member functions be private?
What do you mean by function overriding & function overloading in c++?