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 Reverted edits by Fahim Rashid Karimi 0 (talk) to last version by Lordtobi
Line 8:
 
{{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]