wrong statement about c++

a)code removably

b)encapsulation of data and code

c)program easy maintenance

d)program runs faster

Answer Posted / prakash

code removably

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can circle be called an ellipse?

640


What is a string example?

555


What are single and multiple inheritances in c++?

581


What is a dynamic binding in c++?

539


Which one is a preferred language C or C++? Why?

622






How does java differ from c and c++?

546


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.

3416


Which is the best c++ compiler for beginners?

567


How can a struct in c++ differs from a struct in c?

616


What does the nocreate and noreplace flag ensure when they are used for opening a file?

685


What is pointer to member?

603


How can an improvement in the quality of software be done by try/catch/throw?

596


Can I uninstall microsoft c++ redistributable?

613


What is the difference between new() and malloc()?

621


What does the following code do: int c=0; cout< a) Undefined *Updated* b) 01 c) 00

642