+ 9
Is there a difference in writing variables, in different languages?
5 ответов
+ 5
Maybe he's referring to declaring variables.
Yes, there is a difference.
In python, you don't need to declare variables with datatypes. Use them as per the need.
In C, you need to declare variables with datatypes right when your main function starts. (exceptions included) Example: int number;
In pHp, you need to add a dollar sign before the name of the variable. Example: $number;
and so on..
Slightly changed syntax but the concept remains exactly the same.
I may be wrong at some instances. please let me know.
+ 8
sorry I was'nt clear enough, but I think Abbas understood my question
+ 1
Yes there is, but what exactly do you mean?
0
sir I want a help please give ur email or
my email: bvishwkarma461@gmail.com
0
:-)