Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

Basic understanding long datatype

$
0
0
Hi Friends,i simple want to know how the variable of vb.net is kept in heap area of RAM .
each number will treat one byte . as i found somewhere long takes eight byte.so how it is arranged
in Heap area of RAM ?.
Code:

Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim X As Long
        X = Long.MaxValue
        MessageBox.Show(X, "TEST", MessageBoxButtons.OK)
    End Sub
End Class





Name:  BasicQuestion.jpg
Views: 95
Size:  37.2 KB
Attached Images
 

Viewing all articles
Browse latest Browse all 27554

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>