What do I need to start microcontroller based projects using Adruino
Buy an Arduino Uno board. There are plenty of them available as they are open source hardware, so lots of companies make Uno's or Uno clones.
Which kit to buy
Personally, I wouldn't buy a kit, because you could end up with a lot of things you don't really want
Think about what you'd like to try and build, and buy the items e.g. sensors and relays etc etc that you would need
The only exception to this is probably to buy a small breadboard and some wires to connect it to the Arduino, its easier than soldering
which software, the Insruction set and all basic things to start with from crash
Software for PC or Mac or Linux is available from the Arduino download page, its free and open source
Do I get support even if I go back to India
(lol) Its open source hardware and software, this forum is the support.
If you have a hardware issue, you need to speak to the company who you bought the hardware from, but as its mostly very cheap, if its really broken or you broke it, then buy a new one.
I used Intel's 8748 micro-contoller 30 years back.
Depends on what language you used.
If you can program in C then you can use it.
If not, the basics of C are not hard to master