C , c# and c++ what is the difference between them | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C , c# and c++ what is the difference between them

I want to learn c language but confused in 16 bit or more bit program

6th Mar 2020, 4:24 PM
Vijay Kumar
Vijay Kumar - avatar
4 Answers
+ 5
C# is a general-purpose, modern and object-oriented programming language pronounced as “C sharp”. It was developed by Microsoft led by Anders Hejlsberg and his team. C++ is a statically typed, multiparadigm, and object-oriented programming language. In beginning, C++ was termed as C with classes. It was developed by Bjarne Stroustrup at AT & T Bell Laboratories. https://www.google.com/amp/s/www.geeksforgeeks.org/c-vs-c-sharp/amp/
7th Mar 2020, 9:58 AM
hossein B
hossein B - avatar
+ 3
C++ is a computer programming language that contains the feature of C programming language as well as Simula67( a first object Oriented language). C++ introduced the concept of Class and Objects. It encapsulates high and low-level language features. So, it is seen as an intermediate level language. Earlier it was called "C with classes" as it had all the properties of the C language. C-Sharp is an object-oriented programming language developed by Microsoft that runs on .Net Framework. It has features like strong typing, imperative, declarative, object-oriented (class-based), and component-oriented programming. It was developed by Microsoft within the .NET platform. The name "C sharp" was inspired by musical notations. Here '#' symbol indicates that the written note must be made a semitone higher in pitch. So my recommendation is to go with C language first which will help you in further learning. Thank you
6th Mar 2020, 4:37 PM
Sanchay Kumar
Sanchay Kumar - avatar
+ 1
C is a medium level language. Its strengths are conciseness and speed of the code produced by the compilation. C ++ is a high-level object-oriented language that borrowed the syntax of the C language. C # is an implementation of VisualBasic that winks at those who already know how to use C, C ++ or Java
6th Mar 2020, 10:44 PM
Ciro Pellegrino
Ciro Pellegrino - avatar
0
Old and new. C# is a new language, which uses the best possibilities from the others
6th Mar 2020, 10:33 PM
JaScript
JaScript - avatar