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
4 Respuestas
+ 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/
+ 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
+ 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
0
Old and new. C# is a new language, which uses the best possibilities from the others