input output functions in c program | printf, scanf, getchar and putchar |

preview_player
Показать описание
you would learn about printf scanf, getchar and putchar with simple program
Рекомендации по теме
Комментарии
Автор

I hope you to continue such tutorials for clarifying our doubts, and once again thanks for explaining in a clear and good manner

MaheshTheLeader
Автор

MAM wonderful explanation, hats off to you

shantanu
Автор

nice explaining
thank you very much:)

omaressadik
Автор

Mam plz upload video on cpp program tutorial

asmitakore
Автор

why u use header file in ctype.h ....normally we use in conio.h ....what is the purpose of ctype.h....tell me

bloodshotgamingff
Автор

Thanq mam for u explaination bt the writing sheet is not clear

sagarikanitta
Автор

Will u please send me your notes about c n c++

jitender.deswal
Автор

Why did the scanf command ("% d \ n") not have the command drift, when using gets

chungfup
Автор

Mam we can't use the comma(, ) middle of the%d and%f mam right or not mam

peddireddyvenkatagangaraju
Автор

Error: the right code is scanf("//....//"); not scanf("//...//);

meherunessaangur
Автор

i guess scanf fn not need, (comma) after writing the ( %d %f, &a) its enough

akshuaaashu
Автор

Mam vo print f ke last me kya likha aapne vo samjh nahi aaya

pranshumishra
Автор

Can.... scanf can take input without user pressing enter?(yes or no)

ranjithbabu
Автор

Mam sometimes %d is used in printf statement also, why it is?

sejalshinde
Автор

6:42 its wrong
scanf("%d%f", &a, &b);
This is correct 👆🏻

shivanishivu-ucqm
Автор

Bro, %d is use as a decimal variables
And %i is used to specify integer..

rihq_-
Автор

there should not be comma between %d and %f in the scanf function

DHalleys