gets() function
gets function
gets() is a standard library function defined in stdio.h header file which is used to
get a string from the keyboard.Its general syntax is:
gets(string variable name);
It reads characters from stdin and stores them as...
what is gets function in c++

Categories:
programming