Answer Posted / narender vadhava
in c we can use if statements only for 16times but in c++ ,
we can use if for 256 times.
in c it's difficult to solve complex no but in c++ we can
solve easily by using classes.
c follows down to up approach to complie a program but
c++ follow up to down approach.
in c++ we can add variables any where within the program
but in c data type are declared only on the starting of the
function or the main program.
| Is This Answer Correct ? | 41 Yes | 20 No |
Post New Answer View All Answers
Who invented oop?
Explain virtual inheritance?
What is the advantage of oop over procedural language?
What is the oops and benefits of oops programming?
What is the point of polymorphism?
Is enum a class?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is the problem with multiple inheritance?
is there any choice in opting subjects like 4 out of 7
What is destructor oops?
what is the sylabus for priliminaries?
What is abstraction encapsulation?
What is destructor example?
class type to basic type conversion
How do you define a class in oop?