Hi guys! what's up?
I know what's datatype and what it means, but it's curious for me why I can write simultaneously like this int x=5 , isn't "int" considered as variable on the programming language? I mean if I write int x y=5 then my compiler will warn me up ; but when I write int x=5 it wouldn't warn me up ..why? I mean why my compiler isn't consider "int" as variable?! is that language definition and I can't change what's already defined? I mean I should learn what the language provides and not follow "my language" what it tells me ...


thanks alot