Write a program that ask for user input from 5 to 9 then calculate the average


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ Interview Questions

Write a program to display the following output using a single cout statement Maths=90 Physics=77 Chemistry = 69

2 Answers  


What is pass by value & reference.

0 Answers   Accenture,


Difference between function overloading and function overriding.

0 Answers   Alter,


Explain the difference between C and C++.

0 Answers   Accenture,


What Is A Conversion Constructor C++ ?

0 Answers   Amazon,






How to convert integer to string in C++

0 Answers  


What is a COPY CONSTRUCTOR and when is it called?

0 Answers   IBS,


What is placement new?

1 Answers   Amazon,


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


Tell us the size of a float variable.

0 Answers   Accenture,


How to generate random numbers in C++ with a range?

0 Answers  


Write a program to read the values a, b and c and display x, where x=a/b–c. Test the program for the following values: (a) a = 250, b = 85, c = 25 (b) a = 300, b = 70, c = 70

1 Answers  


Categories