answersLogoWhite

0

Some C programs can be compiled in C++, yes.

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Why c and c plus plus programs can not work on all platforms?

C and c++ programs can work on all plate form if they do not have machine dependent code.The executable files of these can not work no different plate forms because they have machine dependent information and if machine changes the information will become meaningless .


How c programs get stored in memory?

The source or the executable?


What is the character used at the end of executable statements in C plus plus?

The semi-colon converts a C++ expression into a statement.


Which function must all C plus plus programs contain?

An entry point, usually main().


What is the only function all C plus plus programs must contain?

Every C plus plus program that is a main program must have the function 'main'.


Can you make programs of C in visual c plus plus?

Yes.


What are the application of c plus plus?

Writing programs in it.


Why is a main function used by Grady Booch in C plus plus?

All C++ programs require an entry point and the main function provides that entry point.


What are the application of c plus plus plus plus language?

Writing computer-programs in it.


Which are the best softwares used for doing c plus plus programs?

The best programs are written by humans, not by softwares.


What is a source code file in c plus plus?

A source code file is a plain-text file containing C++ instructions. The instructions must be compiled and linked to create a native machine code executable.


Which compiler is used for writing c plus plus exception handling programs?

C++ compiler, obviously, a C compiler won't do.