0
What's wrong here? I can't run the program.
#include <stdio.h> int main() { char a[100]; gets(a); printf("You entered: %s", a); return 0; }
5 Respostas
0
Please right the program with correction
0
Well said.. then if that function "gets" is removed from C/C++ then why it isn't updated to lessons?