+ 3
[ANSWERED] What's wrong in my code
10 Antworten
+ 2
Nice bro
Like damn u finished every coding lang u rock
+ 2
Do not give up, the beginning is always the hardest
+ 1
// Hope this code helps you
printf ("your name : ");
char user_name [255];
fgets(user_name, sizeof(user_name), stdin);
int i= 0;
while(user_name[i] != '\0'){
printf("%c", user_name[i]);
i++;
}
+ 1
قطرى؟؟
+ 1
Oo"
:)
+ 1
I am not
I am still newbie but i will be the best one day even better than u trust me ;)
+ 1
Yes you could have used strlen()
+ 1
I know + i am reading c language book and the exercise is to do it by this way ;>
Thx for helping