I've been practicing how to use vectors in c, and I've run into several simple programs that I've done with "junk" values, for example in the following code that consists of the user typing their full name, including spaces:
int main()
{
int...
asked on
09.08.2017 / 20:36