際際滷

際際滷Share a Scribd company logo
m.sabry674@gmail.com
C# is a programming
language is intended to be a
simple, modern & general-
purpose.
m.sabry674@gmail.com
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
m.sabry674@gmail.com
The C# language is intended
to be a simple, modern,
general-purpose, object-
oriented programming
language.
Console.writeLine(Hello world);
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
m.sabry674@gmail.com

More Related Content

C#

  • 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