answersLogoWhite

0


Best Answer

Object oriented programming and structured programming.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the two major types of programming languages in c plus plus?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How is c plus plus built?

C++ object oriented programming (OOP) language and supports three kinds of object types 1) Fundamental Types. 2) Derived Types. 3) Class Types.


When do we use int in c plus plus programming?

'int' is one of the built-in data-types, it is meant to hold integer values.


What makes for a good or bad variable name in C plus plus programming languages?

A good variable name is one that is clear, related to the data it stores. Also, you should try to avoid confusions with other variables.


C plus plus and java are examples of what languages?

They are not examples of languages. They arelanguages.


What is the difference of C to C plus plus and Dev C?

C and C++ are both programming languages whereas Dev C++ is an implementation of C/C++. Dev C++ is free, was written in Delphi and includes the MinGW compiler.

Related questions

Put these programming languages in order from oldesr to newest basic c plus plus cobol?

cobolbasicc++


How can you download c c plus plus language in Hindi addition?

You cannot download programming languages!


How we can install the c and c plus plus?

You cannot 'install' programming languages. Instead, you can try to install a compiler or an IDE.


What is programming languages in c plus plus?

Programming in C++ means designing and writing a computer program using the C++ programming language. C++ is a high-level, machine-independent language which must be converted into machine-dependent code by a compiler.


What is the different between Compiler and Interpreter in C or C plus plus programming?

It is easy to tell: there is no interpreter for C and C++, they are compiled languages.


Put these programming languages you order from oldest to newest basic c plus plus cobol fortran?

From oldest to newest: FORTRAN, COBOL, BASIC, and C++


How is c plus plus built?

C++ object oriented programming (OOP) language and supports three kinds of object types 1) Fundamental Types. 2) Derived Types. 3) Class Types.


Is there is any structure concept in c plus plus programming languages?

Yes, http://msdn2.microsoft.com/en-us/library/64973255(VS.80).aspx


When do we use int in c plus plus programming?

'int' is one of the built-in data-types, it is meant to hold integer values.


How many positive words in the Canadian language?

Canada has two major languages, English and French, plus several First Nations languages.


When was Plus - programming language - created?

Plus - programming language - was created in 1976.


What is the difference between CA and C plus plus?

CA is an abbreviation for chartered accountant (Ca is the chemical symbol for calcium, which is an element). C++ is a programming language. If you actually meant what is the difference between C and C++ programming languages, then the main difference is that C++ incorporates object-oriented programming whereas C does not. Otherwise both languages are largely the same, insofar as most C programs will compile under C++ with relatively minor modification.