Write a program that can take input from 3 to 8 and calculate the average?
No Answer is Posted For this Question
Be the First to Post Answer
What is a virtual base class?
What is the 4 difference between delete[] and delete?
Identify the error in the following program. #include<iostream.h> void main() { int i = 0; i = i + 1; cout « i « " "; /*comment *//i = i + 1; cout << i; }
What are the major differences between C and C++?
Describe the different styles of function prototypes in C++.
CDPATH shell variable is in(c-shell)
How many times will this loop execute? Explain your answer.
How can you force the compiler to not generate them?
Write a C++ Program to Find whether given Number is Odd or Even.
Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69
Write a syntax and purpose of switch statement.
When must you use a constructor initializer list?