name
must be at least 31 characters in length. Your code doesn't specify a length, which is not valid code.scanf()
function, just like printf(), uses a format string to tell it how to interpret the other parameters, but you've missed that out.int main()
rather than void main()
.
|
|
|
|