what is the main difference between c and c++?
Answer Posted / anhr computer education
In C++ a variable can be defined at any where but in 'C' it
can be defined only followed by opening curley brace.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What does and I oop mean?
What does <> mean pseudocode?
What is advantage of inheritance?
What is for loop and its syntax?
How to hide the base class functionality in Inheritance?
What do you mean by abstraction?
what are the realtime excercises in C++?
What is class encapsulation?
Who invented oop?
What are oops methods?
What is polymorphism used for?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
What is coupling in oop?
What makes a language oop?