okey brother tnx i started to learn !!🫡🍒
But there are lots of general purpose languages like C or C++, that means you can write literally any program in those in theory. I personally prefer C more than C++, because it’s simple, small, faster and generates smaller binaries. The C uses in most cases in microcontroller programming ( or assembly ), for fast executing programs, and in programs that need direct hardware access. Of course assembly language can produce even faster and even smaller programs, but it takes very long time to write, debug, and also it is hard to support asm code. C gives you a little bit of abstraction above asm, so it makes your life easier