Assignment operator, shorthand assignment and Type conversion in C - Tamil (தமிழ்)

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 14

  • @Abdulrahuman-ft1sk
    @Abdulrahuman-ft1sk Місяць тому +1

    Thank you so much 🎉🎉

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

    super mam such a clear explanation

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

    Thank you

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

    Thank you mam ❤😊

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

    Awesome 👍 mam

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

    Akka precedence and associativity videos potunga

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

    mam can we assign like this expression=variable?

  • @dharandharan6563
    @dharandharan6563 3 роки тому +3

    Please u itself tell what is short int

    • @LogicFirstTamil
      @LogicFirstTamil  3 роки тому +4

      short int only needs 2 bytes in memory whereas int needs 4 bytes. With short int you can store numbers in range -32,768 to 32,767. So if you know that your storage value is not going to be out of this range you can use short int itself and save memory. If you want more details about datatypes you can check this ua-cam.com/video/mmc3w57kV3o/v-deo.html. It is explained for C++ but it will be easy for you to understand clearly.

  • @KrishnaKumar-ih6yk
    @KrishnaKumar-ih6yk 2 роки тому

    mam can,t under stand implicit and explicit

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

    i tired this program but the result showing "segmentation fault"

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

    I can't understand,type conversion and implicit and explicit conversion clearly.