C# - Data Types

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 22

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

    To Get Certification, Click Here: bitly.ws/P9Up
    Use coupon "UA-cam12" to get ‘’FLAT 12%’’ OFF at Checkout.

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

    he is a good teacher, thanks for the video, well explained.

  • @shovikanand3214
    @shovikanand3214 5 років тому

    wonderful video..sharing knowledge in such a lucid language..very haelpful ..basic concept clearing video..thanks

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

    Awesome Video.
    Your'e the best!

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

    Thanks man! Your way of explaining is good!

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

    string type in c# are not value types, they are reference types.

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

    וואו עידו
    אתה מסביר כל כך יפה עידו

  • @preethips1628
    @preethips1628 5 років тому +1

    well explanation, thank you sir!!!

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

    very

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

    Console.writeline(" text");
    Console.write();
    Console.write("text");
    // Text ;
    // Text
    /*
    Text*/;
    int text = 34;
    Console.writeline("text + text ");
    Boolean - sentence = true;
    Floating point numbers - float name of object;

  • @medagamramakrishnareddy4329
    @medagamramakrishnareddy4329 6 років тому

    Good information sir,thank you very much

  • @kbkonatham1701
    @kbkonatham1701 6 років тому +1

    How to join online class

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

    thank u sir for such good concept

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

    ok

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

    Is the same data type and value type right?

  • @MehranAyub
    @MehranAyub 5 років тому

    well explained

  • @osamasharif3709
    @osamasharif3709 6 років тому +1

    Console.Write("Enter user name:");
    string n = Console.ReadLine();

    Console.Write("Enter user age");
    int age = int.Parse(Console.ReadLine());
    Console.Clear();

    Console.WriteLine("User Name{0}
    User Age{1}",age,n);
    showing 2 errors . what is the problem ??

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

    thank you sir

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

    Thank you.

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

    1 INT can consume 2 byte right?

  • @shakeelm5339
    @shakeelm5339 6 років тому +2

    Please read about RAM and give a practical example, how the bytes are stored on the RAM, instead of drawing a SMALL Rectangle into a BIG Rectangle- It gets extremely confusing. For example, why not start drawing a smaller Tree inside a bigger Tree, a smaller Car in a Bigger Car and call it how the memory is "allocated".. This is the reason, your conceptual understanding is very confusing.

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

    string data will go and store in string buffer which is in RAM not in heap partition
    instance of a class stored in heap,that class name and its address stored in stack