C# is a general-purpose programming language that was designed to be simple and modern. The name C sharp was inspired by musical notation, with the # symbol indicating the language is an increment of C++. C# aims to be easy to learn for programmers familiar with C and C++ while also providing source code portability between platforms.
2. C# is a programming
language is intended to be a
simple, modern & general-
purpose.
m.sabry674@gmail.com
3. The name "C sharp" was inspired by
musical notation where a sharp indicates
that the written note should be made a
semitone higher in pitch.
The ( # ) symbol also
resembles a ligature
of four "+" symbols
(in a two-by-two grid),
further implying that
the language is an
increment of C++.
m.sabry674@gmail.com
4. m.sabry674@gmail.com
The C# language is intended
to be a simple, modern,
general-purpose, object-
oriented programming
language.
Console.writeLine(Hello world);
5. m.sabry674@gmail.com
Source code portability is very important,
as is programmer portability, especially for
those programmers already familiar with C
and C++.
C++C#
Cin>>Console.read()
Cin>>Console.write()
Input & output