C_25 Unformatted Input Functions in C | C Programming Tutorials

  Рет қаралды 260,175

Jenny's Lectures CS IT

Jenny's Lectures CS IT

Күн бұрын

Пікірлер: 153
@krishanushekhar966
@krishanushekhar966 2 жыл бұрын
Ur lectures are really very helpful.I didn't taken my first sem c language class seriously 😒😳 and now I am facing difficulties in understanding data structure concept.But ur lectures are very helpful ........
@aloksahu8896
@aloksahu8896 5 ай бұрын
And here i am ahead of my teachers, am in my first year and studying from this videos.
@Rajkumarking2002
@Rajkumarking2002 4 жыл бұрын
Mam your way of explanation is very excellent ,thank you mam
@hamzach2448
@hamzach2448 4 жыл бұрын
Assalam o alikum mam. Mam your lecture are very good and helpful for me. Plzzz make videos on 1. Prefix to Postfix 2. Postfix to Prefix In data structure Thanks a lot. By
@laxminarayanadunna8178
@laxminarayanadunna8178 3 жыл бұрын
I like your way of dressing mam. Excellent collection of overcoats
@sagnikghosh7177
@sagnikghosh7177 4 жыл бұрын
Your lectures are really good ma'am..... Bt can u please make some videos on python programming language..... Then it will be a great help
@shenoyd4448
@shenoyd4448 4 жыл бұрын
Your lectures are really good Mam, I enjoy them!!!!!
@MRNEO-dj1rk
@MRNEO-dj1rk 4 жыл бұрын
Ohhhh now you are enjoy her presence... She is married dear🤨
@shenoyd4448
@shenoyd4448 4 жыл бұрын
@@MRNEO-dj1rk thats what you do must be i come to study only ,you come maybe to do timepass 🥱🥱
@allaboinadivakar1976
@allaboinadivakar1976 2 жыл бұрын
@@MRNEO-dj1rk 🤣
@mohanbhattarai5662
@mohanbhattarai5662 3 жыл бұрын
I am from Nepal..you have very good skill of teaching ..madam
@manvendra91102
@manvendra91102 4 жыл бұрын
First comment and view good channel for CS students thank you so much mam 😊
@DivyaP-cx5rw
@DivyaP-cx5rw 3 ай бұрын
Mam I will always be grateful to u..I understood every video mam
@stefanopilone957
@stefanopilone957 Жыл бұрын
Thank you, I like your videos, they are very detailed and very useful to review my C language knowledge (i'm not a professional, just fond of informatics); about gets(), I read it is deprecated due to buffer overrun risks
@sreelekshmibs5480
@sreelekshmibs5480 Жыл бұрын
Your lecture are very helpful mam....... From kerala
@agstechnicalsupport
@agstechnicalsupport Жыл бұрын
Well explained. Once also done on computer screen, everything will be very clear.
@user-jee5pj7yg543h
@user-jee5pj7yg543h Жыл бұрын
mam i liked ur every video at starting and follow regularly mam.......
@All_rounder970
@All_rounder970 2 жыл бұрын
mam in the example of gets you took the size of the character array 10 and then you took the input as jenny's lecture where it contains more than 10 character so how is this possible to get the character limit more than 10.
@sumantadky5603
@sumantadky5603 2 жыл бұрын
Thank u mam for this explanation... I am from IT branch
@kingofcreativity1746
@kingofcreativity1746 4 жыл бұрын
Thank you so much mam ❤️
@haileliulbaye3803
@haileliulbaye3803 2 жыл бұрын
love you jenny you are the best
@ravinderprajapati7425
@ravinderprajapati7425 4 жыл бұрын
Just loved your voice m not from cs still listening ur lecture with dedication
@GeethikaChinni-u5l
@GeethikaChinni-u5l Жыл бұрын
Praise the Lord jenny 😊
@abdulrahimjalloh363
@abdulrahimjalloh363 Жыл бұрын
#include int main () { char ch; ch= getchar(); printf("%c",ch); return 0; } // Thanks mam
@superhamid40
@superhamid40 Жыл бұрын
Hello Jenny, Thank you so much for these helpful videos. I'm following you from USA. I tried to use the gets, getch functions however they don't work as intended. I think cuz they are not used anymore.
@shashank_kishore_
@shashank_kishore_ 4 ай бұрын
happy teachers' day madam
@pgdewijerathna1885
@pgdewijerathna1885 Жыл бұрын
you teching patern verry valuble love you
@Haris-v3y
@Haris-v3y Ай бұрын
mam its a very humble request, please explain getchar() in the context of c++ dynamic memory allocation. I really need it as i have to make a project whose deadline is 6th December. I really need it mam
@Vishall00018
@Vishall00018 Жыл бұрын
7:15 we want add #include conio.h
@MIRIAMIKECHUKWU
@MIRIAMIKECHUKWU Жыл бұрын
Thank you🎉
@Ajaypatel-me7zn
@Ajaypatel-me7zn 4 жыл бұрын
Just amazing madam ji 🙏
@jagilamvenkateshjagilamhem2426
@jagilamvenkateshjagilamhem2426 3 жыл бұрын
Your explanation and your voice and you nove
@snehilkumar8187
@snehilkumar8187 4 жыл бұрын
Maam please make a course on encryption
@continnum_radhe-radhe
@continnum_radhe-radhe 2 жыл бұрын
Thank you 🔥🔥🔥
@user-uu6xe5rx5m
@user-uu6xe5rx5m 2 жыл бұрын
Good explanation mam
@edwinjohn5140
@edwinjohn5140 3 жыл бұрын
Mam so does this mean we can also use these unformatted inputs instead of formatted scanf ?
@SaraswotiKhadka
@SaraswotiKhadka 2 жыл бұрын
yess
@Tessah_nice
@Tessah_nice Жыл бұрын
Unformatted inputs have their disadvantages, in the sense that they are restricted to character values and ASCII values, but scanf allows you input any type of value you want using %c, %f, %d or %s, etc. This is to the level of my knowledge though :)
@vennapujitha9190
@vennapujitha9190 Жыл бұрын
Hi jenny i am having a doubt that when I am using getch(), getche() functions I am getting an error can you explain a simple program how to use those functions in program.
@aemanmustafa7296
@aemanmustafa7296 Жыл бұрын
thanks mam for proper guide
@kishoretadepalli8422
@kishoretadepalli8422 2 жыл бұрын
ma'am should we write header files for using unformatted functions
@aniketkumar3126
@aniketkumar3126 4 жыл бұрын
Waiting for ur video's ❤
@reetofficially1591
@reetofficially1591 Ай бұрын
Thankyou mam❣️♥️
@siddusidh9705
@siddusidh9705 3 жыл бұрын
Tnks a lot for your videos mam❤️
@ItsMeQuill
@ItsMeQuill 4 жыл бұрын
Looked up that song 'Jenny' and you showed up. lol :)
@gudiboinavikram5866
@gudiboinavikram5866 11 ай бұрын
Super sister you are sayingg soo nice
@wxy9872
@wxy9872 4 жыл бұрын
Very nice lecture, mam
@annadigouthamireddy2305
@annadigouthamireddy2305 Жыл бұрын
No words mam.. 🙏🙏
@Sreychoreophile
@Sreychoreophile 8 ай бұрын
While giving getch() it's not printing next line tht is printf statement alsoo? Why?
@BeautyofLanguage
@BeautyofLanguage 3 жыл бұрын
Hello mam, when you were explaining the getche() function. Then I did it on the editor, #include #include void main() { char ch; ch = getche(); printf("ch=%c", ch); } This was the program I wrote, I don't know if it's correct or wrong, it was giving an error. And I was not able to figure it out. And I also didn't get any output for the rest of the functions as well....except getchar()
@believer.1201
@believer.1201 3 жыл бұрын
You have to include getch(); function after the printf() line to hold the screen
@BeautyofLanguage
@BeautyofLanguage 3 жыл бұрын
@@believer.1201 Oh..okay. Thank you so much!
@ShyamSundar-xd4lb
@ShyamSundar-xd4lb 2 жыл бұрын
@@BeautyofLanguage bro if u get the right output. Pls Send code here. I didnt get that
@Abhijeet114
@Abhijeet114 2 жыл бұрын
@@BeautyofLanguage Then also it shows program finished( before taking some character from user.)
@Maddie05007
@Maddie05007 2 ай бұрын
@@BeautyofLanguage yeah I'm not getting it......
@mayankaggarwal1690
@mayankaggarwal1690 Жыл бұрын
when I started the video, I was confused about the playback speed. 😅. I thought it is has been set at 2x, but it was not 😅😂
@priyadharshini6533
@priyadharshini6533 4 жыл бұрын
Flag and count keyword in c explain it mam👍
@tps8470
@tps8470 2 жыл бұрын
Thank you mam
@ececse
@ececse 2 жыл бұрын
thankyou ma'am 🙏
@anshumanshrivas5157
@anshumanshrivas5157 2 жыл бұрын
ALT+F9 : Compile CTRL+F9 : Run after that we can use ALT+F5 to show the output. Then what is the use of getch() ?
@Hemalatha...
@Hemalatha... 2 жыл бұрын
So when u run the output screen isn't seen directly so We use getch at the end of the program such tht until u enter any character it would be showing u user screen It is used instead of alt+f5
@nithyanithya522
@nithyanithya522 2 жыл бұрын
@@Hemalatha... 👏
@usnithya
@usnithya Ай бұрын
Mam u can show the examples in system instead of in the board
@brindhavenugopal4395
@brindhavenugopal4395 4 жыл бұрын
Mam Please make a video about decision making statements in c🙏
@priyachowdary2487
@priyachowdary2487 Жыл бұрын
@Jenny's Lectures, mam will you please provide the notes of cprogramming.
@harshvardhan8526
@harshvardhan8526 10 ай бұрын
Mam aap itna acha samjah the hoo to hindi me hi Bata diyo kar aapki kyuki 2x pe English bhaut hard ho jati hai or exam time me waise hi bahut pressure hota hai
@hariparuchuru3858
@hariparuchuru3858 2 жыл бұрын
when using getch() in the program it is not taking any input it is showing an error like Implicit declaration of function 'getch', do you mean 'getc'? it is showing these error
@gauravk8438
@gauravk8438 2 жыл бұрын
its a warning not a error. execute that code.
@elizebeth5300
@elizebeth5300 Жыл бұрын
the function getch() seems to be a non-standard function and may not be available on all platforms.
@Chigo-nr8jg
@Chigo-nr8jg Жыл бұрын
it needs the header file and even then will not work as it's been discontinued and only works in old compilers like turbo
@Maddie05007
@Maddie05007 2 ай бұрын
​​@@Chigo-nr8jgOh thanks a lot I was sooo puzzled😂 replying after a year
@Harshii3663
@Harshii3663 2 жыл бұрын
only getchar() and gets() are working when I use getch(),getche() it's not working Can you please give reply for this query
@Chigo-nr8jg
@Chigo-nr8jg Жыл бұрын
you have to use #include
@kannapi5556
@kannapi5556 Жыл бұрын
​@@Chigo-nr8jgstill not working
@namburinandakishore1289
@namburinandakishore1289 4 жыл бұрын
mam plz provide notes for this playlist if possible mam
@cricket_addicted_guys
@cricket_addicted_guys 2 жыл бұрын
Mam I am watching all your lectures from starting ... In this video I got a doubt in gets() I would not get the expected output And my Programme is #include #include int main() { char ch; ch=gets() ; printf(" ch=%s",ch); return 0; } I wrote the above code. It would executed but i would not get the expected output... Please reply mam... Waiting for your reply mam
@sumainakyasar8857
@sumainakyasar8857 2 жыл бұрын
Because string is an array of characters. So we must specify array size while declaring it like char ch[20]. gets() is used to read string from the keyboard
@vidhisahu32
@vidhisahu32 Жыл бұрын
Sb kuch thik hai bs marker sahi kr lijeye..kuch letter dark dhkte hai, or kuch bhut hi light colour me..
@asifiqbalsekh
@asifiqbalsekh 3 жыл бұрын
Thank You Ma'am...
@raman1956oct
@raman1956oct 2 жыл бұрын
Wonderful
@cleverarrrrrrrrrno9313
@cleverarrrrrrrrrno9313 Жыл бұрын
How can I get this kind of program? Write a simple program that reads in 3 characters from the keyboard, and outputs to the screen on one line all three characters and the sum of their ASCII values. #include void main() { int sum; char ch,ch1,ch2; ch=getchar(); ch1=getchar(); ch2=getchar(); sum=ch+ch1+ch2; printf("Sum of their ASCII value=%d",sum); } I am getting three characters in a different line.
@arun_new2shorts
@arun_new2shorts 2 жыл бұрын
Iam 19 years old only but i love u so much mam. I have crush 😍😍😍
@JennyslecturesCSIT
@JennyslecturesCSIT 2 жыл бұрын
Padhai p dhyan do..teacher p ni..
@arun_new2shorts
@arun_new2shorts 2 жыл бұрын
@@JennyslecturesCSIT sorry mam i told this to erase it from my heart.
@vsunilkumar5289
@vsunilkumar5289 4 жыл бұрын
Ma'am can you write a program to find binomial coefficients table?
@sushantkumarsuman4410
@sushantkumarsuman4410 2 жыл бұрын
mam we want some practice question based on every topics. please
@siva0333
@siva0333 11 ай бұрын
Where r the places they are necessary?
@sunilpachuru5975
@sunilpachuru5975 Жыл бұрын
Mam You are dressing like madam curie😊
@dev_jun
@dev_jun 4 жыл бұрын
first viewer
@growwithNitishk
@growwithNitishk 3 ай бұрын
for sec i thought i played this video at 2x speed.🤣🤣🤣🤣
@basva03
@basva03 2 жыл бұрын
Super mam
@sulectures2773
@sulectures2773 4 жыл бұрын
Tq ma'am
@lovelydady7866
@lovelydady7866 2 жыл бұрын
Mam for the gets() function it is showing abnormal program termination in output for the example you have given
@farzanaashraf8136
@farzanaashraf8136 2 жыл бұрын
In my case it is not taking any string on the output screen
@spadez4391
@spadez4391 Жыл бұрын
Ma'am , I had a doubt !! What if while using getchar() , we write it below printf(), then what is the difference between getchar () and getch() ??
@tushaar2593
@tushaar2593 Жыл бұрын
in my opinion , it will be an error bcoz ch will not be having any value to give it in %c
@javaidahmad8492
@javaidahmad8492 Жыл бұрын
Madam how will I be an expert in programming while I am student of math.
@WaseemSha01
@WaseemSha01 3 жыл бұрын
Thank you so much ma'am 👍
@chaitanyapowale3576
@chaitanyapowale3576 3 жыл бұрын
Why don't we use address operator in printf function?
@believer.1201
@believer.1201 3 жыл бұрын
Because we dont want the address of the variable as the output.printf function gives the output.the value stored in that variable is all we need as output not the address
@sachingupta-nm3vx
@sachingupta-nm3vx 4 жыл бұрын
Tq mam
@rushff5832
@rushff5832 2 жыл бұрын
🤩🤩🤩
@snowvirus2033
@snowvirus2033 Жыл бұрын
members to those who knows being software engineer. how is it to the field. is it demanded to the world?
@afzalmuhammad7108
@afzalmuhammad7108 4 жыл бұрын
This is my request to make a DAA video content
@bhavanid7902
@bhavanid7902 3 жыл бұрын
beeter to show the result in application apps(turdo c).
@afzalmuhammad7108
@afzalmuhammad7108 4 жыл бұрын
Make videos on DAA
@neharao5233
@neharao5233 2 ай бұрын
online compiler doesn't accept conio.h headerfile ....what to do?
@afzalmuhammad7108
@afzalmuhammad7108 4 жыл бұрын
Please madam make videos on DAA
@lokesh6828
@lokesh6828 Жыл бұрын
Maam I am not able to run getch and getche functions.
@sp2949
@sp2949 10 ай бұрын
The prototype should be conio.h
@Npanywayme
@Npanywayme 4 жыл бұрын
First comment
@Npanywayme
@Npanywayme 4 жыл бұрын
U r love.. ly
@caveman5478
@caveman5478 3 жыл бұрын
Can we do these unformatted I/o in Ubuntu terminal...If you have any notes or tutorial plz send .... Thank you madam.
@artholic9388
@artholic9388 4 жыл бұрын
Mam iam taken bsc maths with computer applications then I want to do data science is this a good choice to earn lot of salary please tell me mam...❤️
@subhadeepbanerjee1464
@subhadeepbanerjee1464 3 ай бұрын
Mam getch ,getche doesn't work in online compiler how to fix it?
@kumari4735
@kumari4735 2 жыл бұрын
mam if it is possible plz forward material
@supraja4d890
@supraja4d890 2 жыл бұрын
Mam if it's possible plz share the material of c Plz mam
@abhishekpawar5804
@abhishekpawar5804 11 ай бұрын
done
@gardalson3288
@gardalson3288 Жыл бұрын
does anyone know which header file can be used in linux to use getch,gets,getche. Iam using vim editor and gcc /make
@Andrew-ee8bi
@Andrew-ee8bi 6 ай бұрын
Ma'am conio.h header file not working on ubuntu systems , it only works with windows operating systems how can I solve this problem?
@shashank_kishore_
@shashank_kishore_ 4 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@k.annpurnamma3357
@k.annpurnamma3357 3 жыл бұрын
What is this mean mam while((ch[c]=getchar())!=' ')
@yogitshankar6348
@yogitshankar6348 3 жыл бұрын
Jab tak next line me na jaye tab Tak enter
@gauravk8438
@gauravk8438 2 жыл бұрын
it take input till you press ' '(i.e enter) 1)every value is stored in array of ch[c].
@afzalmuhammad7108
@afzalmuhammad7108 4 жыл бұрын
No proper content in KZbin regarding DAA so please make a videos on DAA
@aditia.d2824
@aditia.d2824 3 жыл бұрын
❤️🙏
@vanshikagarg7586
@vanshikagarg7586 2 жыл бұрын
It is giving error on using getche
@hariparuchuru3858
@hariparuchuru3858 2 жыл бұрын
while performing getch(), getche(), and gets() functions it is showing me an error where did I go wrong. how to correct my mistakes
@filmyvault6423
@filmyvault6423 2 жыл бұрын
Add header file conio.h
@santruptabehera5267
@santruptabehera5267 2 жыл бұрын
Hello mam please upload notes of c language
C_26 Unformatted Output Functions in C | C Programming Tutorials
11:56
Jenny's Lectures CS IT
Рет қаралды 139 М.
C_27 If Statement in C | C Programming Tutorials
20:56
Jenny's Lectures CS IT
Рет қаралды 437 М.
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
Hash Tables and Hash Functions
13:56
Computer Science Lessons
Рет қаралды 1,6 МЛН
threading vs multiprocessing in python
22:31
Dave's Space
Рет қаралды 602 М.
Заработать в 200 раз. Очень повезло.
17:04
АУКЦИОН КОНТЕЙНЕРОВ В США
Рет қаралды 144 М.
C_104 Recursion in C | Introduction to Recursion
18:51
Jenny's Lectures CS IT
Рет қаралды 473 М.
C_23 Formatted Input Functions in C Language || C Programming
19:16
Jenny's Lectures CS IT
Рет қаралды 277 М.