Why this c-program gives error when I initialize structure member outside the main function?
Why this c-program gives error when I initialize structure members (user.username and user.pin) outside the main function?, But everything becomes fine when I initialize it inside the main function. …