Hey, @Pratyusha,
Kali comes with networking disabled by default to prevent denouncing your own presence through an unconscionable DHCP request.
You will have to start your connection with the traditional Linux means, something like:
sudo ifconfig eth0 up
sudo dhclient eth0
To know more join our Cyber Security Course today.
Or some such thing, depending on how you see fit.