I haven't really found any useful and simple information as to what "stdin" does and how it relates to fgets() when used for example like:
fgets(car[i].vehicle.brand, sizeof(car[i].vehicle.brand), stdin);
I haven't really found any useful and simple information as to what "stdin" does and how it relates to fgets() when used for example like:
fgets(car[i].vehicle.brand, sizeof(car[i].vehicle.brand), stdin);