
Many Ways to Print Hello World
- Computer Programming Language
Languages for computer programming are used to give instructions to a computer. Each of the programming language constructs' meanings is defined by a set of syntactic and semantic rules. I've compiled a list of all programming languages as of late. I categorized them into the following groups:
- Programming Languages - C
- Programming Languages - C++
- Programming Languages - Java
- Programming Languages - Python
- Programming Languages - Java Script
- Programming Languages - PHP
- Programming Languages - C#
- Programming Languages - Fortran
- Programming Languages - Ruby
- Programming Languages - Ada
1. C:
print("Hello World");
2. C++:
cout<<"Hello World!"
3. Java:
System.out.println("Hello World!");
4. Python:
print("Hello World")
5. Java Script:
console.log("Hello World!");
6. PHP:
echo "Hello World!";
7. C#:
System.console.WriteLine("Hello World!");
8. Fortran:
print*,"Hello, World"
9. Ruby:
puts "Hello World"
10. Ada:
Put_Line("Hello World!");
Have a Nice Day!
Test Shopping Innovative E - Learning

admin
Admin roleCategories
Popular posts


Kerala PSC Assistant Professor Engineering ...
2023 Jan 10
CBSE PHYSICS SYLLABUS
2023 Apr 14
Magnetic Field Due to Toroid
2023 Jul 09