#include #include int main(){ char name[25]; //bytes int age; printf(" What's your name?"); //scanf("%s", &name); fgets(name, 25, stdin); name[strlen(name)-1] = '\0'; printf("How old are you?"); scanf("%d", &age); printf(" Hello %s, how are you?", name); printf(" You are %d years old", age); return 0; }
@thegamingpaul37433 жыл бұрын
how about the birthdate?
@TodiDiang Жыл бұрын
How about this #include int main() { char input1[100]; char input2[100]; printf("Input 2 (without space): "); scanf("%s", input2); printf("Input 2: %s ", input2); // Clearing input buffer while (getchar() != ' '); printf("Input 1 (with space): "); scanf("%[^ ]", input1); printf("Input 1: %s ", input1); return 0; } My friend using that code
@annoyingprecision2487 Жыл бұрын
This was a splendid lesson on user input in C. Thanks a ton.
@eeneemeenee6236 Жыл бұрын
i like that u mention the gap in knowledge at certain parts
@TheScissorunner2 жыл бұрын
Great production quality with your videos!
@shiwari12803 жыл бұрын
Thanks for the tutorials bro!
@sreekaraitha66155 ай бұрын
Nice lecture
@ShStepan3 жыл бұрын
fgets(); Which autocomplete do you use for that?
@PektraNao5 ай бұрын
I have an issue where when i run the code, power shell will run in the terminal but I won't see the print line so "How old are you?", instead of seeing the line right away. a new cmd window will pop out and display "How old are you?", then I will have to type the age, then when I type the age, the new window closes and then the question "How old are you?" is written in the terminal. then I have to re-enter the age and then it shows the message You are 21 years old. How can I fix the new window popping out? I did go on code runner to checkmark for the terminal.
@jrogeet2 жыл бұрын
when i press run it direct to output and not terminal. how to run it??
@arireksaka13Ай бұрын
If i put age first, the fgets function return an empty string and i don't have a chance to input the name. Do you know why is this happening?
@pakapeta77722 жыл бұрын
Very useful, cheers mate.
@fabiovictorino3503 жыл бұрын
Very simple and good.
@iasmin-i6 ай бұрын
How do you do, fellow kids!
@not_pockchan34183 жыл бұрын
noice, the string format also doesn't seem to advanced, great teaching bro
@thiemhoang30153 жыл бұрын
how can run in the black console like visual studio ??
@redemedy86023 жыл бұрын
cmd in windows
@t-ree3 жыл бұрын
Thank You!!
@rezuwankabir33722 жыл бұрын
can you not just do scanf ("%s%s", &nameF, nameL) instead of using fgets?
@ghazihattab3 жыл бұрын
ur the best :)
@azeedhazard76382 жыл бұрын
amazing bro👍
@The_Mad-Ramx9 ай бұрын
Great
@aditya_asundi3 жыл бұрын
Why vscode? Why not dev-c++, vs19 or codelite?
@BroCodez3 жыл бұрын
more people are transitioning to vscode
@Unit_003 жыл бұрын
lmao and here I am using notepad
@dxshawn532 Жыл бұрын
Those are trash
@omairtech6711Ай бұрын
I use Vim and I like it.
@harshitpandit1883 жыл бұрын
Hi bro. I've been watching Java tutorial from your series only.Please help me with the setup of Java in Visual Studio Code Also are you planning any series on android development ??
@MainulHossainAnik3 ай бұрын
🔥🔥❤❤DONE🔥🔥❤❤
@SAEID-n4r Жыл бұрын
❤❤❤❤
@big_23613 жыл бұрын
he scanfs the string with an & and it works? how?
@redemedy86023 жыл бұрын
if you dont put it it will modify the pointer so...
@big_23613 жыл бұрын
@@redemedy8602 no not at all. with int or char variables you use & to get their address aka get a pointer to them and change the value at which the pointer points. if you assign a pointer to a pointer with & you will only change the pointer (you will change where it points to) and that will cause an error
@vincenzo35742 жыл бұрын
It works because &array is equal to array in C, if he was using a pointer to a buffer allocated with malloc it would crash
@user-ace96plays7 ай бұрын
DONE❤
@cadmium41133 жыл бұрын
Bro❤️
@vega_yy9 ай бұрын
printf("Random comment1.2");
@pamlongwood4217 Жыл бұрын
legend
@Crimera137 Жыл бұрын
am not 21 anymore but i pretend i still am!
@Onestonedbake Жыл бұрын
wazzup bro code!!! im new to the community!!!
@MerryMerry632 Жыл бұрын
❤
@sashaktyadav79983 жыл бұрын
I asked you a question that Which language is best for making mobile app than can control robots (Both iphone and android) ? Pls reply sir 🙏
@khahanguyen30593 жыл бұрын
how can run input in mac os, because it isn't like your video.
@felipemrj.8 ай бұрын
yoooooooooooo
@TheArturM3 ай бұрын
DO IT
@engirckt54103 жыл бұрын
oh my god c is not like java at all lol
@yuhmi883 жыл бұрын
early!
@yuhmi883 жыл бұрын
thx for noticing!
@fyrukmcoo1003 жыл бұрын
:((
@sashaktyadav79983 жыл бұрын
I asked you a question that Which language is best for making mobile app than can control robots (Both iphone and android) ? Pls reply sir 🙏