+ 1

Why I am getting characters more than the declared array in the code below when I input more than 10 characters?

#include <stdio.h> int main() { char a[10]; gets(a); printf("You entered: "); puts(a); return 0; }

21st Sep 2019, 4:30 PM
Darshnik Deep
Darshnik Deep - avatar
1 Answer
Hot today
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes