fputs and fgets in c| file operations |

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ก.ย. 2024
  • string functions fgets & fputs usage explained in files with the help of examples

ความคิดเห็น • 5

  • @srinivasand8900
    @srinivasand8900 4 ปีที่แล้ว

    Tq mam.... I have seen all the c program video... It will be useful for me to gain knowledge... U done a great job..... Ur students are lucky.... Since they can able to learn from you in straight to straight manner..... 😇

  • @familyverma6173
    @familyverma6173 4 หลายเดือนก่อน

    Thanku mam ❤❤❤

  • @mdf1259
    @mdf1259 4 ปีที่แล้ว

    Mam
    I think the remaining topics are there in C.
    Could you teach and complete the remaining topics of C. It will be very useful to students like us.
    Because
    Your teaching is awesome!

  • @ClarissaValerie-h9r
    @ClarissaValerie-h9r 8 วันที่ผ่านมา

    Garcia Kenneth Walker Jason Moore Ronald

  • @chungfup1493
    @chungfup1493 4 ปีที่แล้ว +1

    Why did the scanf command ("% d \ n") not have the command drift, when using gets
    #include
    int main(){
    char a[10],b[20];
    scanf("%s
    ",a);
    gets(b);
    printf("%s,%s",a,b);
    }
    Thank you.