answersLogoWhite

0

Does C plus plus compiler will compile C in programming?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

Yes we can compile a c program using c++ compiler.

Because c++ evolved from the c.

c++ have some additional features beyond c.

c++ support almost all concepts used in c.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Does C plus plus compiler will compile C in programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why wont your C plus plus programs compile?

C++ programs won't compile if they contain compiler errors. The compiler will tell you precisely where the error is, and the type of error, unless the error is in a macro. The compiler cannot see macro definitions because they are inline expanded prior to compilation.


Is there any difference between turbo c and c plus plus?

turbo c is a compiler and c++ is a programming language.


What are the three c plus plus programming language components?

The editor, compiler and linker.


What are the main features of a compiler in C programming language?

A compiler is a comp. Program that transforms source code written in programming language into another comp. Language.the main reason to compile a program is to create an executable program...


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.


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 does generic programming in c plus plus means?

Generic programming means that the code is generic enough that it compile on any C++ implementation. That is, it has no platform-specific code.


Can a user compile c programme using c plus plus compiler?

Usually, but not always. For example the following is legal in C, but illegal in C++: char new [3] = "ABC";


What is a C compiler as used in C programming?

In C programming, C compiler is user to translate C source into C object module.


How do you use gcc compiler for C programming?

To compile something.c into something.exe, enter this command:gcc -W -Wall -Wextra -pedantic -o something.exe something.c


Can I programming with Ansi c plus plus with w2000p?

Yes, if you have an ANSI C++ compiler. Most modern compilers are ANSI, and are capable of suppressing non-ANSI code, using a compiler option.


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.