+ 3
After Learning C, will it be easy in learning C++ and C# ??
Please tell me and Other which programming language will ne easy in learning after C ?
7 Respostas
+ 8
SACHIN DAHAL YES it should because generally programming languages are similar just different syntax. For example in C language you will come across LOOPS same applies to Python Language.
https://softwareengineering.stackexchange.com/questions/155239/are-all-languages-basically-the-same
+ 5
I found C++ to be quit adaptable and comprehensive. It's an easy language to learn.
+ 4
after learning C. C++ would be an easier move then c# in my opinion. although c# is a great language to learn. especially when you start getting into UWP programming for windows and Game Development using engines like unity. C++ when it was created was referred to as C with Classes. because its built on c. with classes and other nice features added. think of it as C with extras added to it. But really once you learn one language. learning others gets a lot easier. since almost all of them function the same. if then else. loops. variables. all relatively the same. the differences being the syntax used
+ 3
C++, C#, Java and Javascript have all syntax derived by C. In fact is usual to say that these programming languages are "C style". So, they are "syntactically" similar to C.
In reality C is a subset of C++.
+ 2
Yes it's easy
+ 1
If you learn Java first, it becomes much easier to learn C, C++, C#, and Python. Java language is considered harder to learn, and more advanced than most other computer languages.
0
I recommend you learn python first and get started and advance to other languages