answersLogoWhite

0

Is the syntax between c and c plus plus different?

Updated: 8/20/2019
User Avatar

Monkeyboy97

Lvl 1
11y ago

Best Answer

Yes

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is the syntax between c and c plus plus different?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is different of c language and c plus plus?

Primarily OOP support, but there are minor syntax difference. By and large anything you can do in C you can also do in C++.


What are the basic difference between c sharp and vbnet?

They use different syntax.


Is c plus plus and java are the same?

No. Java takes some ideas from C++, so there are certain similarities, especially in the basic syntax. But it is a different language.


What is the different between turbo c plus plus and unix c plus plus?

There is no such thing as 'unix C++'.


What is the difference between Typedef and Reference in C plus plus?

A typedef is a compiler macro. A reference is a pointer, usually implemented with transparent syntax. They have no relationship between each other.


What is extension part of c plus plus?

C++ Extension Name is... Syntax is: File Name.extension name. Ex: ankit.cpp


What is the syntax of printing a value in c plus plus?

std::cout<<42<<std::endl;


What did C plus plus add to the C language?

Object-oriented programming principals, a more consistent syntax and improved type-safety.


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.


Bagian syntax yang di gunakan c plus plus?

C++ uses a syntax that is exactly the same as in C, with the addition of reserved words that are specific to C++. C ++ menggunakan sintaks yang persis sama seperti di C , dengan penambahan kata-kata reserved yang khusus untuk C++.


What is syntax in c plus plus for declaring a variable?

type variable {[optional array size]} {= optional initializer};


What is the syntax of c plus plus?

The answer is really beyond the scope of this site. You would probably need to buy a textbook.