Welcome to
SYNX PRO
Documentation of some beginner-friendly programming material
Tips and tricks in programming languages for beginners
Frequently asked questions and answers about programming language
C is one of the oldest programming language in the world. C was created in 1972
by Dennis Ritchie as a successor to the programming language B. C was originally
developed at Bell Labs to construct utilities running on Unix and it becomes popular
during the 1980s. Nowadays, C has decreased usage rate, but it is still being used
on computer architectures and embedded systems.
C++ is a high-level programming language created as an extension of the C programming language.
C++ was invented by Danish computer scientist Bjarne Stroustrup in 1985. Over time, C++
has expanded widely to acquire advanced features, such as object-oriented programming,
low-level memory manipulation, and so on. C++ was designed with performance, efficiency,
and flexibility as its highlights. C++ was still widely used nowadays for many software,
like desktop applications, games, servers, and others
Python is one of the most popular high-level programming language with the popularity
rising from its simple and minimalist-looking syntaxes. Python emphasizes the code
readability with the use of significant indentation. Python was created by Guido
van Rossum in 1991 as Python 0.9.0. Python is dynamically typed and garbage-collected.
Nowadays, it is used in many kinds of things, like games, web applications,
artificial intelligence, software products, and operating systems.