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

Post New Answer

More C++ Interview Questions

What is latest update of C++ ?

0 Answers   Adobe,


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


What is the difference between malloc, calloc and realloc?

0 Answers   Alter,


What is a memory leak in C++?

0 Answers   Agilent,


What do you know about Volatile keyword in C++? Explain with an example code.

0 Answers   Adobe,






How to input string in C++

0 Answers  


what is friend function in C++?

0 Answers   TCS,


How to invoke a C function using a C++ program?

0 Answers   Alter,


Write a C++ Program to find Addition of Two Numbers.

1 Answers  


C++ supports multiple inheritance. What is the “diamond problem” that can occur with multiple inheritance? Give an example.

0 Answers  


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


write a program To generate the Fibonacci Series.

0 Answers   Accenture,


Categories