Disadvantages of c++

Answer Posted / jannat

when programs become large, a single list of instructions
becomes complex and lenghty.

Is This Answer Correct ?    4 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the extraction and insertion operators in c++?

564


What is code reusability in c++?

670


Can comments be longer than one line?

625


Given the following seqment of code containing a group of nested if instructions: y = 9; if ((x==3) || (x == 5)) y++; else if (x == 2) y *= 2; else if (x == ) y-= 7; else y = 8; if the value of x is 4 before the nested IFs are executed, what is the value of y after the nested IFs are executed?

1586


Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be

930






Explain the volatile and mutable keywords.

614


Is c++ a pure oop language?

602


Why was c++ made?

652


Do you know the problem with overriding functions?

574


What is a c++ map?

662


Why is "using namespace std;" considered bad practice?

653


Out of fgets() and gets() which function is safe to use?

643


Const char *p , char const *p What is the difference between the above two?

665


What is the sequence of destruction of local objects?

556


Evaluate as true or false: !(1 &&0 || !1) a) True b) False c) Invalid statement

639