C-sharp: Difference between revisions

Content deleted Content added
m this article need content and i added some informative content about C#
Tags: External link added to disambiguation page Visual edit
m Reverting possible vandalism by 50.54.136.211 to version by CopperyMarrow15. Report False Positive? Thanks, ClueBot NG. (4337512) (Bot)
 
(8 intermediate revisions by 6 users not shown)
Line 1:
{{Wiktionary|C sharp|C♯}}
'''C-sharp''', '''C♯''', or '''C#''' may refer to:
 
* [[C♯ (musical note)]]
** [[C-sharp major]], a musical scale
** [[C-sharp minor]], a musical scale
* [[C Sharp (programming language)]]|C# (theprogramming actuallanguage)]], namea of theprogramming language ispronounced '''as "C#''')-sharp"
 
{{disambiguation}}
 
== C, C++ to C# ==
<ref>{{Cite web|url=https://readrwrite.blogspot.com/2019/11/c-plus-to-c-sharp-list.html|title=C, C++ to C# alternatives|last=khan|first=Fahim|date=16/11/2019|website=readrwrite|url-status=live|archive-url=https://readrwrite.blogspot.com/|archive-date=16/11/2019|access-date=16/11/2019}}</ref>Basically C# and OOPS are the latest compiler based on c and C++. Where C contain and based on function and C#,OOPS based on object oriented.
 
Some basic and alternative of c,C++ and C# which help to understand c in view of C# and [https://readrwrite.blogspot.com/2019/11/c-plus-to-c-sharp-list.html C# in view of C++ and C].
 
Some definition and deceleration is same in both compiler but some are slightly change such as to display message or any other data in display we write printf in c and C++ where we use Console. Write in C#.similar alternatives are
 
[https://readrwrite.blogspot.com/2019/11/c-plus-to-c-sharp-list.html C, C++ and C# alternative syntax]