Variable

What is Variable ? How to declare Variable?

Ans : Variable is special value or storage location in computer memory which hold the value for later use. ⚝ We can declare Variable using Dim,Static,Private,Public Keyword For Ex : Public…

Read more
Load More
That is All