C Program to add two matrices in Tamil | Matrix Addition

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ธ.ค. 2024

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

  • @nivedaj6677
    @nivedaj6677 3 ปีที่แล้ว +6

    Excellent explanation.. Keep doing and help students for clear cut understanding

  • @HemanthKumar-sv5tb
    @HemanthKumar-sv5tb 3 ปีที่แล้ว +6

    Vera level na nee🔥🔥🔥

  • @thaaisamayal2944
    @thaaisamayal2944 3 ปีที่แล้ว +2

    Super ma karthik and Balaji

  • @nandhinia5569
    @nandhinia5569 2 ปีที่แล้ว +1

    Super anna well understood 👌🙏

  • @Jasmin-co4ye
    @Jasmin-co4ye ปีที่แล้ว +1

    Thank U so much 😊

  • @arulmurugan9843
    @arulmurugan9843 3 ปีที่แล้ว +3

    Vera level

  • @kidoo1567
    @kidoo1567 3 ปีที่แล้ว +2

    Thanks

  • @sanjay4140
    @sanjay4140 ปีที่แล้ว

    bro for matrix multiplication..... verum c[i][j]=a[i][j] *b[i][j] mathuna poduma bro .... and output

  • @varathannk264
    @varathannk264 ปีที่แล้ว

    anna starting la nanga int a[3][3] ,b[3][3] endu podatheva illathane nanga userda irunthu thane input vanguram so nanga inta[][],b[][] ippadi blank ah podalama

    • @CONQUERVICTORY
      @CONQUERVICTORY  ปีที่แล้ว

      #include
      int main()
      {
      //getting m and n from scanf
      int m = 3;
      int n = 4;
      int a[m][n];
      a[0][0] = 99;
      printf("%d ",a[0][0]);
      return 0;
      }
      Hii indha maari neenga pananum...first n and n (array size) vaanganum then only neenga array vayae declare pananum..Thank You.

    • @varathannk264
      @varathannk264 ปีที่แล้ว

      @@CONQUERVICTORY yeah yeah thank you anna now its clear❤️🇱🇰

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

      😊❣️

  • @b.pradeepsuriya9163
    @b.pradeepsuriya9163 2 ปีที่แล้ว

    anna nan btech it padikuran
    ennaku enna jobs ellam panna vaipu irruku
    🍒 government jobs
    🍒 private jobs
    solluga

  • @hariharank2308
    @hariharank2308 2 ปีที่แล้ว

    Anna
    Oru doubt
    Namma elements enter panni add panrom la
    Appo epdi correct matrix format la output varudhu...?
    Please sollunga anna

  • @vibeinghub3551
    @vibeinghub3551 3 ปีที่แล้ว +2

    🙏💕💕💕💕💕💕

  • @b.pradeepsuriya9163
    @b.pradeepsuriya9163 2 ปีที่แล้ว

    🍒anna one program doubt
    🍒how to find sum of the matrix and their transpose
    🍒i know the sum and transpose matrix logic but i cant know how to merge this program
    reply

    • @CONQUERVICTORY
      @CONQUERVICTORY  2 ปีที่แล้ว

      Just change i and j Values pa. you should interchange rows and columns... I'll send the full code once I work out in compiler. you can also refer in google

    • @b.pradeepsuriya9163
      @b.pradeepsuriya9163 2 ปีที่แล้ว

      ok
      thankyou