+ 1
In Programming Language is C as same as C# & CS? & Is C++ Is same as CSS. Why they have same names?
I know it is a dumb question but just curious...
5 Answers
+ 6
Programming started with A and then came B.
After B there was C.
C is a procedural programming language. With was really powerfull at that time.
CSS stands for Cascading Style Sheet. The is abbreviation and not linked to the programming languages.
After C came C++. The main advantage is of C++ above is that C++ is Object Oriented. You no longer had to run along endless programs, you now could organise things in object.
C# came after C++. Though C++ is still used a lot nowadays.
C# is sometimes written as C-Sharp or CS.
CSS is a whole different story. It is use together with HTML to make website look nice.
+ 8
Don't do joke here .
You wrote C# &Cs and c++& css is same đđ
C# and Cs are same Cs is short name .
And C++ and css have very difference u cannot relate both languages .
+ 7
No, they are not the same.
C, is a procedural programming language
C++ or CPP or C plus plus, is an Object Oriented Programming (OOP) language built upon the C language.
C# or CS or C Sharp, is a platform independent OOP language similar to java. It does share some of the C style syntax.
CSS or Cascading Style Sheets is used mostly with web design and layout for styling web pages.
+ 3
sneeze check your history sources. There is no "A" language in C's ancestry. The story usually starts with BCPL, then B, then C...
0
Also if you are wondering: Java is not JavaScript and Objective-C is not C