What is the difference between the C & C++?

Answer Posted / mangal

The c is purely procedure The c++ is purely object
oriented programming
language
oriented progeaming
language


This is the main difference between these 2

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does no cap mean?

592


2. Give the different notations for the class.\

1594


can we make game by using c

3432


This program numbers the lines found in a text file. Write a program that reads text from a file and outputs each line preceded by a line number. Print the line number right-adjusted in a field of 3 spaces. Follow the line number with a colon, then one space, then the text of the line. You should get a character at a time and write code to ignore leading blanks on each line. You may assume that the lines are short enough to fit within a line on the screen. Otherwise, allow default printer or screen output behavior if the line is too long (i.e., wrap or truncate). A somewhat harder version determines the number of spaces needed in the field for the line numbers by counting lines before processing the lines of the file. This version of the program should insert a new line after the last complete word that will fit within a 72-character line.

1641


any one please tell me the purpose of operator overloading

1967






What are the 3 pillars of oop?

617


write a program that takes input in digits and display the result in words from 1 to 1000

1989


Why do we use inheritance?

630


Why is static class not inherited?

601


write a C++ program for booking using constructor and destructor.

2054


Plese get me a perfect C++ program for railway/airway reservation with all details.

3431


What are the important components of cohesion?

557


Why do we use polymorphism?

579


What does enum stand for?

617


What is difference between inheritance and polymorphism?

573