Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

Help in solving level 11 lession 4

#include <stdio.h>

void username() {

char str[10];
scanf("%s",str);
printf("%s\n",str);

}
int main() {
username();
return 0;
}
by

0 Answers

No Answer posted yet.

Login / Signup to Answer the Question.