+ 3
Why programming languages having different codings??
I've seen lot of codes in lot of programming languages.. for example in c , to print hello world, we should type #include<conio.h> void main () { printf("hello world") } . but in Python , print "hello world" . in other languages it should be vary,. my question here is, why programming languages having their own codings? If they all having same codings , we can easily code in any programming language. Anyone please explain me.
3 Respuestas
+ 14
Every programming language is invented by different mind set, experience and objective, and there is no universal guideline setup for creating a language.
So whenever a new language comes up it's their inventor choice to think about best naming/ syntax so this is all up to them what they think is best will add there.
For example to add two numbers i will create function Like Add() and for me this will be best suitable but other may think Sum() will be best suitable. So it's all mind set they think on that time.
+ 10
@Farooq
You are welcome
+ 4
super bro..
thank you