Disadvantages of c++

Answer Posted / varun

1.yes
2.no
3.yes

Is This Answer Correct ?    6 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How the virtual functions maintain the call up?

606


What is the use of lambda in c++?

571


What is pointer -to-members in C++? Give their syntax?

595


What is the main purpose of c++?

539


Do class method definitions?

581






What kind of problems can be solved by a namespace?

590


what are function pointers?

576


What is atoi in c++?

562


What would happen on forgetting [], while deallocating an array through new?

631


Why do we use constructor?

593


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1504


Explain the concept of copy constructor?

615


If a header file is included twice by mistake in the program, will it give any error?

549


Write about an iterator class?

606


What is microsoft c++ redistributable?

608