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 ........
@aloksahu88965 ай бұрын
And here i am ahead of my teachers, am in my first year and studying from this videos.
@Rajkumarking20024 жыл бұрын
Mam your way of explanation is very excellent ,thank you mam
@hamzach24484 жыл бұрын
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
@laxminarayanadunna81783 жыл бұрын
I like your way of dressing mam. Excellent collection of overcoats
@sagnikghosh71774 жыл бұрын
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
@shenoyd44484 жыл бұрын
Your lectures are really good Mam, I enjoy them!!!!!
@MRNEO-dj1rk4 жыл бұрын
Ohhhh now you are enjoy her presence... She is married dear🤨
@shenoyd44484 жыл бұрын
@@MRNEO-dj1rk thats what you do must be i come to study only ,you come maybe to do timepass 🥱🥱
@allaboinadivakar19762 жыл бұрын
@@MRNEO-dj1rk 🤣
@mohanbhattarai56623 жыл бұрын
I am from Nepal..you have very good skill of teaching ..madam
@manvendra911024 жыл бұрын
First comment and view good channel for CS students thank you so much mam 😊
@DivyaP-cx5rw3 ай бұрын
Mam I will always be grateful to u..I understood every video mam
@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 Жыл бұрын
Your lecture are very helpful mam....... From kerala
@agstechnicalsupport Жыл бұрын
Well explained. Once also done on computer screen, everything will be very clear.
@user-jee5pj7yg543h Жыл бұрын
mam i liked ur every video at starting and follow regularly mam.......
@All_rounder9702 жыл бұрын
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.
@sumantadky56032 жыл бұрын
Thank u mam for this explanation... I am from IT branch
@kingofcreativity17464 жыл бұрын
Thank you so much mam ❤️
@haileliulbaye38032 жыл бұрын
love you jenny you are the best
@ravinderprajapati74254 жыл бұрын
Just loved your voice m not from cs still listening ur lecture with dedication
@GeethikaChinni-u5l Жыл бұрын
Praise the Lord jenny 😊
@abdulrahimjalloh363 Жыл бұрын
#include int main () { char ch; ch= getchar(); printf("%c",ch); return 0; } // Thanks mam
@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_4 ай бұрын
happy teachers' day madam
@pgdewijerathna1885 Жыл бұрын
you teching patern verry valuble love you
@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 Жыл бұрын
7:15 we want add #include conio.h
@MIRIAMIKECHUKWU Жыл бұрын
Thank you🎉
@Ajaypatel-me7zn4 жыл бұрын
Just amazing madam ji 🙏
@jagilamvenkateshjagilamhem24263 жыл бұрын
Your explanation and your voice and you nove
@snehilkumar81874 жыл бұрын
Maam please make a course on encryption
@continnum_radhe-radhe2 жыл бұрын
Thank you 🔥🔥🔥
@user-uu6xe5rx5m2 жыл бұрын
Good explanation mam
@edwinjohn51403 жыл бұрын
Mam so does this mean we can also use these unformatted inputs instead of formatted scanf ?
@SaraswotiKhadka2 жыл бұрын
yess
@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 Жыл бұрын
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 Жыл бұрын
thanks mam for proper guide
@kishoretadepalli84222 жыл бұрын
ma'am should we write header files for using unformatted functions
@aniketkumar31264 жыл бұрын
Waiting for ur video's ❤
@reetofficially1591Ай бұрын
Thankyou mam❣️♥️
@siddusidh97053 жыл бұрын
Tnks a lot for your videos mam❤️
@ItsMeQuill4 жыл бұрын
Looked up that song 'Jenny' and you showed up. lol :)
@gudiboinavikram586611 ай бұрын
Super sister you are sayingg soo nice
@wxy98724 жыл бұрын
Very nice lecture, mam
@annadigouthamireddy2305 Жыл бұрын
No words mam.. 🙏🙏
@Sreychoreophile8 ай бұрын
While giving getch() it's not printing next line tht is printf statement alsoo? Why?
@BeautyofLanguage3 жыл бұрын
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.12013 жыл бұрын
You have to include getch(); function after the printf() line to hold the screen
@BeautyofLanguage3 жыл бұрын
@@believer.1201 Oh..okay. Thank you so much!
@ShyamSundar-xd4lb2 жыл бұрын
@@BeautyofLanguage bro if u get the right output. Pls Send code here. I didnt get that
@Abhijeet1142 жыл бұрын
@@BeautyofLanguage Then also it shows program finished( before taking some character from user.)
@Maddie050072 ай бұрын
@@BeautyofLanguage yeah I'm not getting it......
@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 😅😂
@priyadharshini65334 жыл бұрын
Flag and count keyword in c explain it mam👍
@tps84702 жыл бұрын
Thank you mam
@ececse2 жыл бұрын
thankyou ma'am 🙏
@anshumanshrivas51572 жыл бұрын
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...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
@nithyanithya5222 жыл бұрын
@@Hemalatha... 👏
@usnithyaАй бұрын
Mam u can show the examples in system instead of in the board
@brindhavenugopal43954 жыл бұрын
Mam Please make a video about decision making statements in c🙏
@priyachowdary2487 Жыл бұрын
@Jenny's Lectures, mam will you please provide the notes of cprogramming.
@harshvardhan852610 ай бұрын
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
@hariparuchuru38582 жыл бұрын
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
@gauravk84382 жыл бұрын
its a warning not a error. execute that code.
@elizebeth5300 Жыл бұрын
the function getch() seems to be a non-standard function and may not be available on all platforms.
@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
@Maddie050072 ай бұрын
@@Chigo-nr8jgOh thanks a lot I was sooo puzzled😂 replying after a year
@Harshii36632 жыл бұрын
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 Жыл бұрын
you have to use #include
@kannapi5556 Жыл бұрын
@@Chigo-nr8jgstill not working
@namburinandakishore12894 жыл бұрын
mam plz provide notes for this playlist if possible mam
@cricket_addicted_guys2 жыл бұрын
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
@sumainakyasar88572 жыл бұрын
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 Жыл бұрын
Sb kuch thik hai bs marker sahi kr lijeye..kuch letter dark dhkte hai, or kuch bhut hi light colour me..
@asifiqbalsekh3 жыл бұрын
Thank You Ma'am...
@raman1956oct2 жыл бұрын
Wonderful
@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_new2shorts2 жыл бұрын
Iam 19 years old only but i love u so much mam. I have crush 😍😍😍
@JennyslecturesCSIT2 жыл бұрын
Padhai p dhyan do..teacher p ni..
@arun_new2shorts2 жыл бұрын
@@JennyslecturesCSIT sorry mam i told this to erase it from my heart.
@vsunilkumar52894 жыл бұрын
Ma'am can you write a program to find binomial coefficients table?
@sushantkumarsuman44102 жыл бұрын
mam we want some practice question based on every topics. please
@siva033311 ай бұрын
Where r the places they are necessary?
@sunilpachuru5975 Жыл бұрын
Mam You are dressing like madam curie😊
@dev_jun4 жыл бұрын
first viewer
@growwithNitishk3 ай бұрын
for sec i thought i played this video at 2x speed.🤣🤣🤣🤣
@basva032 жыл бұрын
Super mam
@sulectures27734 жыл бұрын
Tq ma'am
@lovelydady78662 жыл бұрын
Mam for the gets() function it is showing abnormal program termination in output for the example you have given
@farzanaashraf81362 жыл бұрын
In my case it is not taking any string on the output screen
@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 Жыл бұрын
in my opinion , it will be an error bcoz ch will not be having any value to give it in %c
@javaidahmad8492 Жыл бұрын
Madam how will I be an expert in programming while I am student of math.
@WaseemSha013 жыл бұрын
Thank you so much ma'am 👍
@chaitanyapowale35763 жыл бұрын
Why don't we use address operator in printf function?
@believer.12013 жыл бұрын
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-nm3vx4 жыл бұрын
Tq mam
@rushff58322 жыл бұрын
🤩🤩🤩
@snowvirus2033 Жыл бұрын
members to those who knows being software engineer. how is it to the field. is it demanded to the world?
@afzalmuhammad71084 жыл бұрын
This is my request to make a DAA video content
@bhavanid79023 жыл бұрын
beeter to show the result in application apps(turdo c).
@afzalmuhammad71084 жыл бұрын
Make videos on DAA
@neharao52332 ай бұрын
online compiler doesn't accept conio.h headerfile ....what to do?
@afzalmuhammad71084 жыл бұрын
Please madam make videos on DAA
@lokesh6828 Жыл бұрын
Maam I am not able to run getch and getche functions.
@sp294910 ай бұрын
The prototype should be conio.h
@Npanywayme4 жыл бұрын
First comment
@Npanywayme4 жыл бұрын
U r love.. ly
@caveman54783 жыл бұрын
Can we do these unformatted I/o in Ubuntu terminal...If you have any notes or tutorial plz send .... Thank you madam.
@artholic93884 жыл бұрын
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...❤️
@subhadeepbanerjee14643 ай бұрын
Mam getch ,getche doesn't work in online compiler how to fix it?
@kumari47352 жыл бұрын
mam if it is possible plz forward material
@supraja4d8902 жыл бұрын
Mam if it's possible plz share the material of c Plz mam
@abhishekpawar580411 ай бұрын
done
@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-ee8bi6 ай бұрын
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_4 ай бұрын
❤❤❤❤❤❤❤❤❤❤❤❤❤❤
@k.annpurnamma33573 жыл бұрын
What is this mean mam while((ch[c]=getchar())!=' ')
@yogitshankar63483 жыл бұрын
Jab tak next line me na jaye tab Tak enter
@gauravk84382 жыл бұрын
it take input till you press ' '(i.e enter) 1)every value is stored in array of ch[c].
@afzalmuhammad71084 жыл бұрын
No proper content in KZbin regarding DAA so please make a videos on DAA
@aditia.d28243 жыл бұрын
❤️🙏
@vanshikagarg75862 жыл бұрын
It is giving error on using getche
@hariparuchuru38582 жыл бұрын
while performing getch(), getche(), and gets() functions it is showing me an error where did I go wrong. how to correct my mistakes