Saved Bookmarks
| 1. |
How is C# different from C? |
|
Answer» You would ALWAYS know C being the procedural language while C# is a more object-oriented language. The biggest difference is that C# SUPPORTS automatic garbage collection by Common Language RUNTIME (CLR) while C does not. C# primarily needs a .NET FRAMEWORK to execute while C is a platform-agnostic language. |
|