what do these languages work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 14

what do these languages work?

Like Html : web structure. Css : web designing. JavaScript : web and app programming. And C : ? C++ : ? C# : ? Java : ? Python : ? PHP : ? SQl : ? Ruby : ? Swift : ? Kotlin : ?

3rd Mar 2019, 3:35 PM
Shreyansh Tiwari
Shreyansh Tiwari - avatar
5 Answers
+ 3
An interesting question. C: System Programming, Website Programming, Operating Systems C++: Game Engines(especially 3D), Web applications (Back-End), GUI C#: Desktop Apps, Game Developing Java: (Mostly Android)Complete Applications, Web, Continous Testing Python: GUI, Data Science, Web Framework PHP: Web Development(Back-End) SQL: Database Communication Ruby: Web Applications Swift: (Mostly Apple) Applications Kotlin: (Mostly Android) Applications, Back-End Those were the main uses. But most of them can be used for everything else.
9th Mar 2019, 9:16 AM
Soda The Coda
Soda The Coda - avatar
+ 8
The rest don't serve just one purpose but i will say their major purpose c: kernels c++: game development c#: softwares development Java: Android and web development python: Data analysis, web scripting PHP: Server-side programming SQL: Database commands Ruby: 🤔 Server-side programming Swift: iOS app development Kotlin: Android apps
3rd Mar 2019, 3:50 PM
Ore
Ore - avatar
+ 6
// These program languages was interpreted by a program who can execute the code to understand it.
3rd Mar 2019, 4:00 PM
program
program - avatar
+ 6
// ...except HTML who, this, is a markup language but we need the navigators to compile a HTML pages by a web browser.
3rd Mar 2019, 4:02 PM
program
program - avatar
+ 6
Most of the others are general purpose language except Kotlin, Swift used for app development, SQL used for databases and PHP used for back-end web scripting.
4th Mar 2019, 1:43 AM
Sonic
Sonic - avatar