Answer Posted / akanksha
bjarne stroustrup
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
What is a down cast?
How do I make turbo c++ full screen?
What is the type of this pointer in c++?
Write a single instruction that will store an EVEN random integer between 54 and 212 inclusive in the variable myran. (NOTE only generate EVEN random numbers)
What do you mean by volatile and mutable keywords used in c++?
What are the various operations performed on stack?
Why do we need function?
Is map ordered c++?
Is nan a c++?
Why is c++ a mid-level programming language?
What is virtual function? Explain with an example
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.
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
How do you establish a has-a relationship?
What is a node class in c++?