সি প্রোগ্রামিং - ২৯: File in C Programming (Advanced & Complete) Bangla Tutorial. File Project in C.

Поділитися
Вставка
  • Опубліковано 12 вер 2024
  • File advanced and complete tutorial using C Programming (Bangla Tutorial). In this C Programming Bangla Tutorial, we showed how we can
    - Read all data from a File in C Programming
    - Read all data from a file and count the vowels, consonants, and spaces.
    - Implement a class project using File in C (donation book).
    C Programming Bangla Tutorial Full PlayList:
    • C Programming Bangla T...
    File in C Programming Bangla Tutorial. Read a file in C Programming Bangla Tutorial. Write to a file in C Programming Bangla Tutorial. File Complete tutorial in C Programming. fgetc, fgetc(), fscanf, fscanf(), fgets, fgets(), fputc, fputc(), fprintf, fprintf(), fputs, fputs().
    We suggest you check our "C Programming Bangla Tutorial" full playList from the above link. This "C Programming Bangla Tutorial" PlayList is designed for beginner level students from the school/ college/ university going kids of Bangladesh. Let me be honest here. When I first created this playList, I thought about the new university teachers who seek guidelines for their course strategy. I believe this playlist is a master plan for learning and teaching C Programming in Bangla. The first 30 lectures of this playList are like 30 full classes in a university. Here we discussed all possible branches and syntax of C Programming. We covered printf, scanf, data type and variables, condition, if, else if switch case, loop, for loop, while loop, do-while loop, function, string, array, pointer, structure, file, and more. We didn't stop after publishing the first 30 lectures. We are continuously adding more advanced tutorials and some full C Programming projects. Let us know if you have any specific topic to learn. We will try to make videos and add to our "C Programming Bangla Tutorial" playlist. Also, please don't forget to subscribe to our channel- Bangla Coding Tutor. Finally, if you want to give us back, feel free to share our channel- "Bangla Coding Tutor" with your friends.
    How you can search C Programming Bangla Tutorial: সি প্রোগ্রামিং, C Bangla, C Programming Bangla, C Programming Bangla Tutorial, C for Beginners, Advanced C Programming, C Coding Tutorial, C Coding Bangla Tutorial, Basic C Programming Bangla, C Programming Step by Step Bangla, C Programming easy tutorial in Bangla, Bangla Coding Tutor, Bangla Coding Tutorial, Bangla Programming Tutor, Bangla Programming Tutorial, Bangla Coding School, Bangla Programming School, Mukla.C, Rayhan Hossain, C Programming Mini Project. Simple/ Easy C Programming Project. C Programming full/ complete project for beginners. File in C Programming Bangla Tutorial. Read a file in C Programming Bangla Tutorial. Write to a file in C Programming Bangla Tutorial. File Complete tutorial in C Programming. fgetc, fgetc(), fscanf, fscanf(), fgets, fgets(), fputc, fputc(), fprintf, fprintf(), fputs, fputs().
    --Disclaimer
    I am not representing any institutions where I belong to. It's my interest, and I love to share my coding/ programming knowledge with Bangladeshi school kids.
    --Support
    Please subscribe and share it on your university network. Also, please, let me know if you have any concerns regarding the content.
    --Copyright
    @Bangla Coding Tutor
    Do not publish part of or the full video in any form on other video channels.
    #CProgrammingBanglaTutorial
    #BanglaCodingTutor
    #CProgramming

КОМЕНТАРІ • 25

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

    Quick sort algorithm

  • @sajadulislamdipu1954
    @sajadulislamdipu1954 4 роки тому +5

    Thanks sir😍😍😍please upload data structure and algorithm video as soon as possible

  • @riadhossainbhuiyan4978
    @riadhossainbhuiyan4978 3 роки тому +1

    I have ever seen such a great tutorial in Bangla. I am always week in programming skills and start again for the requirements of projects and thesis....

  • @TomJerry-fk9hc
    @TomJerry-fk9hc 3 роки тому

    ek kothay apnader lecture gola onek upokari

  • @Constant_T
    @Constant_T 7 місяців тому

    #include
    #include
    #include
    void file_opener (char* path);
    void main ()
    {
    file_opener("f.txt");
    exit(20);
    }
    void file_opener (char* path)
    {
    FILE* f;
    int number=0,character=0, vowel=0, consonants=0, space=0, symbol=0;
    f=fopen (path,"r");
    for(;;)
    {
    character=fgetc(f);
    if(EOF==character)
    {
    break;
    } else if(character==65)
    {
    vowel+=1;
    }
    else if(character==69)
    {
    vowel+=1;
    }
    else if(character==73)
    {
    vowel+=1;
    }
    else if(character==79)
    {
    vowel+=1;
    }
    else if(character==85)
    {
    vowel+=1;
    }
    else if(character==97)
    {
    vowel+=1;
    }
    else if(character==101)
    {
    vowel+=1;
    }
    else if(character==105)
    {
    vowel+=1;
    }
    else if(character==111)
    {
    vowel+=1;
    }
    else if(character==117)
    {
    vowel+=1;
    }
    else if(character==32)
    {
    space+=1;
    }
    else if((character>=58&& character=128&& character=33&& character=91&& character=123&& character=48&& character

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

    ভাই মোবাইল দিয়ে কি C programme তৈরি করা যায় প্লিজ জানা থাকলে বলবেন।

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

      Jai play store thaka code force ba j kono c programmer app download dan

  • @m.a.mofficial1396
    @m.a.mofficial1396 Рік тому +1

    assalamualaykum sir !
    amar tto file theke read hocce na ... pura blank ashtice

  • @CodingRegion
    @CodingRegion 4 роки тому +1

    Bhaia c programming niye ebar kicu project dekhan bhaia🙏🙏🙏apnar sob gulo lecture dekhi ami.watch niye jei project ta banaicen ta onek helpful chilo bhaia❤eirokom aro kicu project chai bhaia ❤

    • @BanglaCodingTutor
      @BanglaCodingTutor  4 роки тому +2

      sure

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

      ​@@BanglaCodingTutor ❤❤ Bhai Donation system er sobgulo code eksathe execute korte parcina
      ektu hint den Please.
      jeno immediately input deyar sathe sathe Terminal a OutPut peye jai.

  • @bijoypal5562
    @bijoypal5562 4 роки тому +1

    Sir file29 lecture codeblooks parteci na

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

    bujhlam na.jokhon file k scan kora hbe tokhon to string and integer duitai file theke scan korbe.tahole b ke jokhon %s hishebe print korbe tokhon integer er jonne kisu ashar kotha silo.abar jokhon b ke atoi kora holo tokhon name gulor jonneo to nuber ahsar kotha ja sum er sathe jog hoye jeto.ta jodio hoini kintu keno hoini tar explaination dile valo hoto.

  • @coffee4coder
    @coffee4coder 3 роки тому

    Excuse me, (windows users only)
    amra file kholar shomoi file er naam only data divo,bcoz "data.txt" - ekhane txt ekta format. tai file er nam e only data likhbo

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

      problem nai. but, open er somoy apnake open with e giye notepad select korte hobe

  • @rokeburrimon2001
    @rokeburrimon2001 3 роки тому +1

    Sir,apni example er time a file close to korlen na 😶

  • @bijoypal5562
    @bijoypal5562 4 роки тому

    Flie29 read করা বুঝতেছি না...sir

  • @thefamily2428
    @thefamily2428 3 роки тому

    Bhaiya! Apni oi j bollen naah practice korte beshi beshi... Bhaiya kothay practice korbo!? Kindly ektu jodi bolten!

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

    Amio taha dicilam
    Amne heida lihen nai😒😒

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

    racist coding tutor😂😂