answersLogoWhite

0

Because the compilers do not allow that, you would get a 'Syntax error' if you tried.

(In FORTH, mind you, variable names can start with digits, for example:

VARIABLE 0A ( declare variable )
10 0A ! ( assign value )
0A @ ( fetch value )

)

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

A C variable cannot start with?

it should not start with _ or digit.


How do you determine a valid variable name?

A valid variable name must start with a letter (a-z, A-Z) or an underscore (_) and can be followed by letters, digits (0-9), or underscores. It cannot contain spaces, special characters, or begin with a digit. Additionally, variable names should not be a reserved keyword in the programming language being used. It's also a good practice to use descriptive names that convey the purpose of the variable.


Is 5B a numeric variable in basic programming?

No. A variable must not start with a number. B5, however, would be acceptable.


Objective questions on C programming language with answers?

For a start: Q: What is the name of the language? A: It is "C".


In most languages the first character of a variable name cannot be a number?

In most programming languages, variable names cannot start with a number. Variable names must start with a letter, underscore (_), or dollar sign ($). This rule is in place to differentiate variable names from numeric literals.


What has the author Bryan Meyers written?

Bryan Meyers has written: 'Desktop guide to CL programming' -- subject(s): Job Control Language (Computer program language), Programming, IBM computers 'RPG IV jump start' -- subject(s): RPG IV (Computer program language) 'Control language programming for the AS/400' -- subject(s): IBM AS/400 (Computer), Programming, Job Control Language (Computer program language)


What is basic computer programming?

It could be one of two things:Programming using the programming language BASICSimple programs, like the ones that you learn to make when you first start programming, like a hello program.


What is the best programming language to start making portable windows applications?

Visual basic is one of the easiest and best places to start.


How do you program games?

you learn how in schoolIf your school doesn't have a programming class, then you can independently learn to program. You should start with an easy programming language, like Ruby or Python. Or, if you don't want to learn a programming language, you can get Game Maker. Game Maker has a drag-and-drop interface and there is an optional programming language included that gives you more power over your games.


What is c langvage?

C is a low level programming language or it is also called as machine level language as the code written in C is encrypted into machine readable form then it is executed. If you want to learn C programming language in depth then Newtum is a best option to start with. It's C programming online course provides complete knowledge of the all the basic concepts involved in programming. If you are interested, please vivist our website!


How does HTML helps programming students?

It is important to note that HTML is not a programming language. It is a markup language. However, it does have some similar characteristics, like that it is a file with a list of commands, it has rules, it allows comments and other things. It is easy to learn and can be useful to get people used to the basic concept of giving instructions to a computer in a file. However there are lots of fundamentals of programming that are not in HTML, as it is not a programming language. For serious programming courses, people would not be shown HTML as part of the training. They would start on an actual programming language to be shown the fundamentals of programming. Some programming can be linked into web pages, and so integrated with HTML and if people are going to be creating programs for the internet, then they would learn HTML.


Can the code of a Game Maker game be converted to another programming language so that you don't need to start from scratch?

Not currently.