C# - Data Types

preview_player
Показать описание
C# - Data Types
Lecture By: Mr. Anadi Sharma, Tutorials Point India Private Limited.
Рекомендации по теме
Комментарии
Автор

Use coupon "YOUTUBE12" to get ‘’FLAT 12%’’ OFF at Checkout.

TutorialsPoint_
Автор

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

jamesbukulu
Автор

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;

Kirmara
Автор

Thanks man! Your way of explaining is good!

someshnaidu
Автор

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

shovikanand
Автор

Awesome Video.
Your'e the best!

ob_isaiah
Автор

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

dandav
Автор

Good information sir, thank you very much

medagamramakrishnareddy
Автор

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


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

Console.WriteLine("User Name{0}\nUser Age{1}", age, n);




showing 2 errors . what is the problem ??

osamasharif
Автор

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

sris
Автор

Is the same data type and value type right?

brisaqueque
Автор

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.

shakeelm