Question: I have to make a program in bash here what it needs to do: 1. Read a file named user.txt which contains all the usernames
int main() {
char nom [15];
printf(" Entrez votre nom: ");
fgets (nom, 15, stdin);
printf("InBonjour %S", nom);
return 0;
}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
