Westonci.ca makes finding answers easy, with a community of experts ready to provide you with the information you seek. Join our platform to connect with experts ready to provide detailed answers to your questions in various areas. Join our Q&A platform to connect with experts dedicated to providing accurate answers to your questions in various fields.

What are the Difference between turbo C++ and Java programing?

Sagot :

**Difference between Turbo C++ and Dev C++

Answer:

1. Turbo C++ (TC) :

It is a compiling software used for C and CPP Language. The initial release was in May 1990 but the first stable version released in September 2008. It takes more memory and time to load as compared to Dev C++. Turbo C++ is the compiler from which most of us start our coding life in school/college.

2. Dev C++ :

Dev C++ is also used for C and CPP Language. The first stable release was in April 2015. It is fast as compared to Turbo C++. Dev C++ is very much similar to Online Compilers which we used in Coding Competitions.