I'm using gets() cause it's a jomework and we are told to. It acts like I'd have no gets(&a)...
` char a,b,c;
switch(x);
case '1':printf("Please enter the author\n");
printf("Author:");
gets(&a);
printf("\nTitle:");
gets(&b);`