answersLogoWhite

0

auto break case char const continue default do double else enum extern float for goto if int long register return short signed sizeof static struct switch typedef union unsigned void volatile while

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What words have a special meaning to Microsoft access?

Reserved Words


Are words that have specific meaning to the compiler Lamen words Main words Reserved Words Global words?

yes! no!


What are words that have special meaning in a programming language called?

Keywords or reserved words.


What are the words that a programming language puts aside for its own use?

Reserved words.


What Are words that have a special meaning to Access and cannot be used for the names of fields or tables?

Reserved words!


What word or words have special meaning to Access and can not be used as names of fields or tables?

Reserved Words


What words refers to powers shared by state and federal government?

Concurrent, also known as reserved.


What words describe the least mr lorry?

Reserved, cautious, serious.


What are some vivid words for shy?

Timid, bashful, reserved, reticent.


Are reserved words the words that have a special meaning to Access and cannot be used for the names of fields or tables?

Yes.


Can you use reserved words as field names in Access?

You can use them, but it is not a god idea. You should look for alternate names for the fields if you get a reserved word warning.


Can reserved word be used as a varaiable name?

No, reserved words (or keywords) cannot be used as variable names in programming languages. These words have predefined meanings and are part of the syntax of the language, so using them as variable names would lead to syntax errors. To avoid confusion and ensure code readability, it's best to choose descriptive names for variables that do not conflict with reserved words.