Computer Science, asked by davidcombs, 1 day ago

Differenciate between Python JAVA, C also tell which to learn first. Print a Hello world using Python and C

Answers

Answered by GAssitant
1

Answer:

C++ being a fast and compiled programming language has gained popularity and is the first programming language that a programmer learns.

Java is popular due to its platform independence and huge number of desktop applications are developed using Java.

Python is interpreted programming language, it is a modern programming language and it fast types language.

Explanation:

Python

print("Hello world")

C

printf("Hello world"); #with main function

Answered by sharmapushkar800
0

Answer:

I recomend you to learn Python first

To print Hello world just type this text in the coding window

Similar questions