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

Briefly explain various access specifiers in C++.

0 Answers   Amdocs,


Explain why C++ is not purely Object Oriented Language

0 Answers   Aspire,


How to input string in C++

0 Answers  


What are the major differences between C and C++?

0 Answers   Amazon,


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

0 Answers   Amazon,


Identify the error in the following program. include<iostream> using namespace std; void main() { int num[]={1,2,3,4,5,6}; num[1]==[1]num ? cout<<"Success" : cout<<"Error"; }

1 Answers  


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.

0 Answers   Adobe,


What is the purpose of a constructor? Destructor?

0 Answers   Amazon,


What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


What is the difference between an ARRAY and a LIST in C++?

1 Answers   IBS, TCS,


Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Categories