C_122 File Handling in C - part 4 | Read From File in C | C Programming Language

Поділитися
Вставка
  • Опубліковано 15 жов 2024
  • GATE AIMT: unacademy.com/...
    Gate Subscription: unacademy.com/...
    Use my code to enroll in the Mock test and to get a 10% discount on plus subscription: JKL10
    C complete playlist: • Programming in C
    Connect & Contact Me:
    Vlogging Channel Link: bit.ly/354n7C7
    Facebook: / jennys-lectures-csit-n...
    Quora: www.quora.com/...
    Instagram: / jayantikhatrilamba
    Twitter: / khatrijenny
    See Complete Playlists:
    Placement Series: • Placements Series
    Data Structures and Algorithms: https: • Data Structures and Al...
    Design and Analysis of Algorithms(DAA): • Design and Analysis of...
    Dynamic Programming: • Dynamic Programming
    Operating Systems: // • Operating Systems
    DBMS: • DBMS (Database Managem...

КОМЕНТАРІ • 123

  • @zaman-sheikh
    @zaman-sheikh 2 роки тому +39

    Computer science used to be very difficult for me. But since watching this mam's video, everything seems like water to me.😍
    Thank you mam 💞

  • @alaaanees9955
    @alaaanees9955 Рік тому +8

    I am proud of myself, I managed to understand you without subtitles.I frequently don't understand Indian English so much.
    however, I really loved your content and gonna follow the file handling series till the end. God bless you!

  • @rahamatshaikh8285
    @rahamatshaikh8285 2 роки тому +16

    we have learn C language from you so it's very effective that if we learn C++ from you please mam start make videos on C++..🙏

  • @vibhasahu7846
    @vibhasahu7846 2 роки тому +7

    You are amazing ma'am, I love the way you teach. Everything seems so easy after watching your videos

  • @valery3149
    @valery3149 6 місяців тому +2

    Clear explications! Thanks Jenny!

  • @keacydebayo9365
    @keacydebayo9365 Рік тому +4

    Finally, I a tutorial that explains file handling with ease

  • @shantiforum1059
    @shantiforum1059 Місяць тому

    in 16:21 after using while loop for str , no need of gets (atr,8,fp)

  • @surajbais7533
    @surajbais7533 2 роки тому +2

    In while loop, When reading the whole content of file then What is the meaning of size and how It's going to read the content of file. For Example :- as you had written size 5 to read string inside the file then here I have doubt like as below :-
    1) Is it read first 5 then next 5 string from first row of the file then go next then read 5 string then next 5 string
    It is reading like
    Correct me here ?

  • @HR02Himanshu_Vlogs
    @HR02Himanshu_Vlogs 5 місяців тому

    I didn't understand Last One which is with while Loop fgets(str,5,fp); its Mean Mam only Want To print Only Five Character on The Terminal OUTPUT just like mam said In the theory time But On the output All Text come on to the Terminal 😅 ? And also what is exit(1), and feof ?

  • @anujkhatana8506
    @anujkhatana8506 2 роки тому +3

    Mam please enlarge your VS Code's font size while doing practical.
    It is difficult to see in small font size.

  • @olawalesegun6568
    @olawalesegun6568 2 роки тому +3

    Well done Ma'am!! Although I will be glad to get a clarification on this.. So does that mean that when they are used with the condition while (!feof(Pointername)) the number of characters to be displayed doesn't matter anymore when Fgets is used... This is because I see that when fgets(str, 5, fp) was used, it didn't take account of number of characters to be displayed per line anymore, rather it went ahead to print the whole characters so far it didn't meet an End of Character. Can I get a clarification on this please?

  • @mipa3868
    @mipa3868 2 роки тому +7

    thankyou so much for amazing content ma'am....just one doubt..at 23:27,when we are using fgets in while loop , we are passing 5 ..so why is it reading all characters in a line,it should read only first 4 from each line

    • @abdulrahimjalloh363
      @abdulrahimjalloh363 Рік тому +4

      Yes, then it will read the next four again, and the next four again until it reaches end of file.

  • @limitess9539
    @limitess9539 Рік тому

    while(fgets(str,8,fp)) printf("%s",str); easier way without feof, once fgets can't read any new one-line strings it read 0 characters so the while loop is broken, same for fgetc

  • @una6044
    @una6044 10 місяців тому

    Hello mam i am so happy that i found your channel because of you i have been clearing all of my doubts may you live long love you mamm

  • @graphicsgames5006
    @graphicsgames5006 2 роки тому

    Jenny mam you teach me in my school becoz you teach excellence in English and step by step process

  • @ayushpandey2411
    @ayushpandey2411 2 роки тому

    Mam i didn't concentrate on video
    I'm seeing you Only in whole video how you teach. You are very beautiful and pretty ma'am❤ .And also yur teaching is amazing 🙏

  • @subhasisbiswal4874
    @subhasisbiswal4874 9 місяців тому

    Mam plz explain how while loop is working here and how it access the strong. Plz mam make a video on it. May be a short video plz mam make a video on it

  • @r.prabhakaraarjun6796
    @r.prabhakaraarjun6796 Рік тому

    @Jenny's Lectures CS IT mam in the last example in this video,u gave the field size as 5 but still why the complete line is printed from the abc.txt file?
    only the first 4 letters from each line must have be printed know mam?

  • @mashiseneviratne2169
    @mashiseneviratne2169 2 роки тому +1

    Jenny"s Lectures is the best!

  • @sachinpathak6445
    @sachinpathak6445 11 місяців тому

    Mam thank you so much for help
    But I was using dev c for it and new line is not working with exact same program as you have shown
    Can you please help

  • @aniketkumar3126
    @aniketkumar3126 2 роки тому +1

    Jenny's Lecture is the best

  • @a.gabriel1253
    @a.gabriel1253 Рік тому

    Mam pls say wether we can execute file handling if we code in online compiler ??

  • @akshayjain3010
    @akshayjain3010 2 роки тому

    Mam... I am big big fan of u... Your teaching style impress me a lot... And also thanks to provide such type of lecture... Thank u mam...

  • @kunutirupatirao2762
    @kunutirupatirao2762 2 роки тому

    Madam if we take string as a function to give output on console as only string kind of information but what about 10 madam could you please solve my problem

  • @shuriken_007
    @shuriken_007 2 роки тому +1

    It would be so much helpful if you can provide the program that you are showing in the video in the link in description

  • @robertmaina337
    @robertmaina337 Рік тому

    True Jenny's lectures are the best.Just like the code says

  • @1shAggarwal
    @1shAggarwal 2 роки тому +1

    Mam aap ye bta do ki kitni videos aane wali hai C language k upr thodi tasalli ho jaegi na.
    Abhi mai sirr 66 pr phuch paaya hu.
    Agar syllabus k hisaab se chlu college k tab to shayad overtake hi kr jau.

  • @laharinaraparaju947
    @laharinaraparaju947 2 роки тому

    Mam why can'twe use for loop as we have used before please answer mam??

  • @sreelathasamudrala4004
    @sreelathasamudrala4004 Рік тому +1

    at last you took length 5 and it should show 4 letters of each line but is is showing full

  • @NaleZwane
    @NaleZwane 11 місяців тому

    Hello can somene please help.
    What is the syntax for reading from an existing file?

  • @mittakorinayan3163
    @mittakorinayan3163 2 роки тому +1

    Mam scroll down your o/p screen we can't see it.

  • @SN-edits4u
    @SN-edits4u Рік тому

    At 23:35 You've written fgets(str,5,fp) in while(feof(fp)) but still why it's priting more than 5 characters? It should've printed- Jaya
    Jenn
    is th

    • @kerem5303
      @kerem5303 Рік тому

      I couldn't understand this either

  • @divyanshbalodhi5642
    @divyanshbalodhi5642 2 роки тому +1

    Mazaa aa gayaa ma'am ji🙏

  • @mr.ashuanand10M
    @mr.ashuanand10M 2 роки тому +2

    Thank you ma'am

  • @vidhyashreemadesh7844
    @vidhyashreemadesh7844 2 роки тому

    Mam,are you willing,please tell what are the career's for BCA students(it's my request)what they need to known definifely.

  • @ruwanchamara7369
    @ruwanchamara7369 2 роки тому

    Very nice teaching skill and very nice explaining. Thank you.

  • @erlik9610
    @erlik9610 2 роки тому +3

    Hope a heart from Jenny's lecture is my dream.

  • @saichandrans7614
    @saichandrans7614 2 роки тому

    Mam , Do video for File allocation methods in Operating System
    1.Sequential Allocation
    2.Linked Allocation
    3.Index Allocation

  • @zuvacez7513
    @zuvacez7513 2 роки тому

    Hi mam! Im a big fan of u! Soon starting fans club in vizag

    • @madhugaddam1428
      @madhugaddam1428 2 роки тому

      I want to be wise president in that.... from Guntur

  • @thilan__ck
    @thilan__ck 2 роки тому +2

    Thanks mam,❤

  • @priyanksukhadiya2647
    @priyanksukhadiya2647 2 роки тому +3

    Agar aap Meri Teacher Hoti To Mai Har Baar Class Mai Fail Hota 😍 Reason You Think .....🤔🤔

  • @Adnanahmad.-12
    @Adnanahmad.-12 2 роки тому

    Mam I wish your were my teacher

  • @babatechnicalgrow
    @babatechnicalgrow 2 роки тому

    Mam mi bhi soch raha hu apne channel pe coding se related he video banau all type of question
    c++ language . bas ap ki kuch support aur 🙏🙏 aur ahirwad chaiye aur apke he video se ham c language se c ++ me knowledge le ke video banaye ge mam ise mera coding bhi aacha hoga...

    • @rahamatshaikh8285
      @rahamatshaikh8285 2 роки тому

      Yes mam please start make videos on C++. Its humble request.

    • @rahamatshaikh8285
      @rahamatshaikh8285 2 роки тому

      we have learn C language from you so it's very effective that if we learn C++ from you🙏 please mam start make videos on C++

  • @manojrajarapu3674
    @manojrajarapu3674 2 роки тому

    hai mam how to access a row and column in csv file using this filehandling

  • @girrajsen5785
    @girrajsen5785 2 роки тому

    Thank so much ma'am for good detail video

  • @mayankpathak07
    @mayankpathak07 2 роки тому +1

    video starts at 2:40

  • @srujanbandam7440
    @srujanbandam7440 2 роки тому

    What is different b/w fputc & fputchar and fgetc & fgetchar

  • @KRISHNA_VLOGS49
    @KRISHNA_VLOGS49 2 роки тому

    After completing the C language, you can start the Java tutorials. Plz MAM plz plz plz mam plz

  • @mallugirl8697
    @mallugirl8697 Рік тому

    Thank you so much mam.

  • @sairampolisetty2059
    @sairampolisetty2059 2 роки тому

    Mam how many topics are left in C .
    Please tell me.

  • @jasan_roy
    @jasan_roy 2 роки тому

    Ma'am please make lectures on c++ also, because I found from your content any type of coder specially beginners are understand easily.
    Thank you.

  • @Krish12349
    @Krish12349 2 роки тому

    Mam your teaching is like you so beautiful 😍 ❤ love you mam

  • @shreyanshpandey9412
    @shreyanshpandey9412 2 роки тому

    Thank u mam for uploading vedio

  • @bhanuteja7143
    @bhanuteja7143 2 роки тому

    Mam this is request from my side plz make the vidoes quickly as fast as possible of c program mam

  • @ganesh3761
    @ganesh3761 2 роки тому +1

    Irukki pidichi oru umma karoo maari iruku anda thumbnail uh 😶

  • @rapakalokesh8449
    @rapakalokesh8449 Рік тому

    take care maam 😊😊

  • @sairampolisetty2059
    @sairampolisetty2059 2 роки тому

    Mam can we do these file programmes in mobile

  • @Veera_ka_veer_143
    @Veera_ka_veer_143 2 роки тому

    Mam how to calculate the primary number series . Please tell me mam please

  • @anujeetkunturkar780
    @anujeetkunturkar780 2 роки тому

    Lecture Started : 2:33

  • @Theabhialone
    @Theabhialone 2 роки тому

    Mam I love your voice really 😀

  • @kairakalyan1939
    @kairakalyan1939 2 роки тому

    ##mam I really like your tutorials and your being the tutor that tutorials mam.... 😍😍

  • @SN-edits4u
    @SN-edits4u Рік тому

    Why you wrote exit(1)

  • @gowthamselvaraj7793
    @gowthamselvaraj7793 11 місяців тому

    FILE - for creating a file pointer
    fopen,fclose,fgetc,fputc, fprintf, fscanf, fputs, fgets - File Operations

    • @NaleZwane
      @NaleZwane 11 місяців тому

      Hey
      Is the difference between fputs and fgets the fact that we use fputs to write (put) a string to a file (when were in write mode) and fgets is reading a string in read mode?

  • @abdulrahimjalloh363
    @abdulrahimjalloh363 Рік тому

    Thanks mam

  • @babatechnicalgrow
    @babatechnicalgrow 2 роки тому

    Mam how to read a structure and algorithm

  • @durveshpatil6745
    @durveshpatil6745 2 роки тому

    mam please take java classes and data structures using java much needed.

  • @babatechnicalgrow
    @babatechnicalgrow 2 роки тому +2

    Gid evening mam

  • @zaman-sheikh
    @zaman-sheikh 2 роки тому +1

    থ্যাংকস ইউ ম্যাম🖤🖤🖤

  • @uvarajupdates4464
    @uvarajupdates4464 2 роки тому

    Ma'am is you name is jenny?

  • @alberteinsteinfanpage2867
    @alberteinsteinfanpage2867 2 роки тому

    I have no laptop , so please tell me one application for phone 📱 for C language please mam .....🙏

  • @Msmanch
    @Msmanch 2 роки тому

    Aapne English kha se sikhi spoken English ka chapter or laga do regular basis se

  • @F2Mama
    @F2Mama 2 роки тому

    Plz upload next part

  • @nitishkumargupta7352
    @nitishkumargupta7352 2 роки тому

    mam where are you from i want to meet you please give me your residential address mam you are my inspiration i am learning a lot of skills in c and i can be a good programmer in future after watching your video
    Thanks a lot mam😍😍🙏

  • @Kumuthini2024
    @Kumuthini2024 2 роки тому

    How to read last 5 lines of a file using c ?

  • @MURTHY360
    @MURTHY360 2 роки тому

    Mam if you know anyone who teach ec courses in UA-cam like you please suggest.

  • @emircankocatepe9412
    @emircankocatepe9412 Рік тому

    why did we put NULL at the end of the row? anyone can explain?

  • @debojitacharjee
    @debojitacharjee Рік тому

    *HOW CAN A STRING VARIABLE STORE OTHER DATA TYPES?* - the file may contain integer or any other data types, then how can we open a file containing all types of data?

    • @pawanmittal8056
      @pawanmittal8056 Рік тому

      string is character array end with null character , in char datatype varibale we can store integer and character with their ascii value

    • @debojitacharjee
      @debojitacharjee Рік тому

      @@pawanmittal8056 But what about other data types that fall into UNICODE like TABS and NEWLINES? Some files need to store CONTROL data tyoes like ARROW KEYS to automate a process. How to read and use them using STRING?

  • @ssp7543
    @ssp7543 2 роки тому +7

    Are you an unacademy faculty?

  • @muddassirali8013
    @muddassirali8013 2 роки тому

    Nys mam

  • @AhmadRaza-ll6zm
    @AhmadRaza-ll6zm 2 роки тому

    Mam MashaAllah bhut pyari ap

  • @PraveenKumar-vp5rg
    @PraveenKumar-vp5rg 2 роки тому

    Do you provide paid classes ?? Personalised ?

  • @kavisingh5509
    @kavisingh5509 2 роки тому

    After C language plz start C++ Language plz

  • @taqadasurrehman5808
    @taqadasurrehman5808 2 роки тому

    Qasam s app bhot achii lgti hoo

  • @sonichaurasiya7839
    @sonichaurasiya7839 2 роки тому

    "Right" words say in hole video is approximately 100 to 150😀

  • @sambhawkumar185
    @sambhawkumar185 2 роки тому

    Mam please start java

  • @zaman-sheikh
    @zaman-sheikh 2 роки тому +1

    FIRST Comment, 🖤

  • @happyboy757
    @happyboy757 2 роки тому

    Hmmmm tooo pretty....❤️🙈

  • @aftabhaider8556
    @aftabhaider8556 2 роки тому +1

    I have learned the whole playlist but this topic is the worst one.
    I literally hate this topic.

  • @asvajithb8112
    @asvajithb8112 9 місяців тому +1

    Thumbnail💀

  • @syednooruzzamanshahjillani5442
    @syednooruzzamanshahjillani5442 2 роки тому

    idk did anyone told you before or not but you almost look like Sevda Erginci ☺ btw thanks me later 😁

  • @sunnysan9760
    @sunnysan9760 2 роки тому

    Your smile is good... totally you are damn Gorgeous......

  • @Animeboi966
    @Animeboi966 2 роки тому

    i am cs passout why i am here

  • @Vishal-d4m2l
    @Vishal-d4m2l 2 роки тому

    Start java man pls

  • @GauravPandey-rg6oz
    @GauravPandey-rg6oz 2 роки тому

    👌👌👌👌👍👍👍

  • @NewtonGamingg
    @NewtonGamingg 2 роки тому

    Just here to see you , not to learn anything 🤭🤭♥️

  • @vishnunayak5034
    @vishnunayak5034 2 роки тому

    C++

  • @ypgamer66
    @ypgamer66 2 роки тому

    im first ❤️😘

  • @KritiKumari-n3u
    @KritiKumari-n3u 11 місяців тому

    Mam please Hindi ma kuchh bolia na😢

  • @voldyking4526
    @voldyking4526 2 роки тому

    Madan op 😎😎

  • @IslamnabiKhattanamountainelum
    @IslamnabiKhattanamountainelum 8 місяців тому

    You are great personality mam and Best ❣️ method of teaching style mam send me your WhatsApp number I am from Pakistan kpk