what is the main difference between c and c++?
Answer Posted / yaswant kumar chaudhary
In c we can use only /* */this type of symbols for writing
any comments ,but in c++ we can use // ,and also symbols
used in c which is written above can also be used for
writing multiple line comments.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an interface in oop?
Why do we use encapsulation in oops?
Why is polymorphism used?
What polymorphism means?
What is polymorphism programming?
Which is better struts or spring?
Write a c++ program to display pass and fail for three student using static member function
What is encapsulation with real life example?
What is methods in oop?
What language is oop?
What is overriding in oops?
What is class and object with example?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
Whats oop mean?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?