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
What is unary operator? List out the different operators involved in the unary operator.
Write a program to find the reverse Fibonacci series starting from N.
Describe public access specifiers?
Which is better turbo c++ or dev c++?
If a base class declares a function to be virtual, and a derived class does not use the term virtual when overriding that class, is it still virtual when inherited by a third-generation class?
What is the use of vtable?
How does c++ sort work?
How a pointer differs from a reference?
What are the rules about using an underscore in a c++ identifier?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
What are move semantics?
How do you establish an is-a relationship?
What is virtual destructor? What is its use?
How much is c++ certification?
Can turbo c++ run c program?