unable to take input of strings from user
I have to make an array of structure for cricketers presenting their name, age etc. and take input of each value from user . I am trying to get value of name from the user but my code editor keeps on skipping that line i have tried gets , scanf with %s , scanf with %[^n]s and fgets nothing works the whole line gets skipped . I want to take full name as input.