Do vectors start at 0 c++?


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

Post New Answer

More C++ General Interview Questions

What are the characteristics of friend functions?

0 Answers  


What are namespaces in c++?

0 Answers  


Is atoi safe?

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


Explain class invariant.

0 Answers  






if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


How can I learn dev c++ programming?

0 Answers  


Definition of class?

12 Answers  


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


Which bit wise operator is suitable for checking whether a particular bit is on or off?

0 Answers  


A company pays its salespeople on a commission basis. The salespeople receive $200 per week plus 9 percent of their gross sales for that week. For example, a saleperson who sells $5000 worth of merchandise in a week receives $200 plus 9 percent of $5000, or a total of $650. You have been supplied with a list of items sold by each salesperson. The values of these items are as follows: Item Value A 239.99 B 129.75 C 99.95 D 350.89 Write a program that inputs one salesperson's items sold in a week (how many of item A? of item B? etc.) and calculates and displays that salesperson's earnings for that week.

0 Answers  


A mXn matrix is given and rows and column are sorted as shown below.Write a function that search a desired entered no in the matrix .with minimum complexity 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16

0 Answers  


Categories