Code Comparison with other languages
Code Comparison with other languages: JAVA: public class student { public static void main(String args[]) { System.out.println("Hello Java") } } C: #include<Stdio.h> void main() { print("Hello C") } Python : print("Hello Python")