answersLogoWhite

0

"Memory locations that hold data that can be changed during project execution are called variables; locations that hold data that cannot change during execution are called constants"

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is building blocks of visual basic?

Hi, enum, global variable, local variables, constants, arrays, boolean operator are building blocks.


What is difference between visual foxpro and visual basic?

By Spelling XD


What is the visual difference between simplified and standard memos?

There is a visual difference between a simplified and a standard memo. The simplified has a cleaner look where information is found more quickly.


What is the difference between matlab n visual basic?

no thing


What is Difference between visual studio 2005 and visual studio 2008?

not that much. Just one is older


What is the difference between visual basic and visual c?

The programming language: Visual Basic is a BASIC-like (or BASIC-derived) language, Visual C is... well C.


What is the difference between legal and educational definitions for hearing impaired?

What is the difference between legal and educational definitions for hearing and visual impaired.


What is the difference between actual and visual weight as it relates to balance?

Anal Burger


What is the difference between a hologram and a photograph?

holograms are visual portraits that is projected by light. Pictures are also visual portraits, but is captured by light


How many variable in visual basic?

many


How is a box and whisker plot useful?

It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable. It is a very simple way to create a visual summary of the central location and spread of a variable.


What is a difference between passing by value and passing arguments by reference in visual basic 6 procedures?

When we pass arguments my value, we are passing the value represented in the variable mentioned in the call, and not the variable itself. Therefore, any modifications made to that value will NOT be reflected in the variable mentioned in the call. Pass by reference, as the name suggests passes the reference of the variable mentioned in the procedure call. Any modifications made to the data of that variable is changed at the memory location of that data itself, and will be reflected in the variable itself, after the procedures completes.