Lets say i want to create a programm that takes a string and prints it
At the beggining i have to declare my string and give it a size.For example, if i give it 10, can i write this?
fgets(string,20,stdin)
or my second parameter has to be less than the size that i declared already