list and explain different types of programming languages
Answers
Answer:
HTML. HTML stands for "Hyper Text Markup Language" and is utilized for coding web pages. ...
Java. ...
C Language. ...
Procedural languages. ...
Functional languages. ...
Machine languages. ...
Assembly languages. ...
Logic programming languages.
Answer:
Here I am going to explain only 2- C and Java
C programming- It is a third generation language and general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. It is the basic programming we must all learn before starting others.
Java- Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible. It is used to develop desktop and mobile applications, big data processing, embedded systems, and so on.
Hope it helps. Mark me brainliest.