answersLogoWhite

0

Variable-names aren't to be declared.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is an identifier. what are the hearing rods for identifier 'c' language?

An identifier is the names given for labels, functions and variables in the c language.


What has the author Valentine Declaire written?

Valentine Declaire has written: 'Cantique du petit serviteur.--'


Why you need to declare variable 1st in turbo c plus plus?

In C++ all names (including variables) must be declared before they can be used.


What is the meaning of identifiers in c language?

The NAMES that identify or represent the variables, constants, data types, functions and labels in C language.. They are mere(only) NAMES, that help in IDENTIFYING variables, data types, constants, functions and labels to differentiate them from each other.. A good identifier must be descriptive but short..


When did America declaire war on Germany?

See answer below.


What variables in turbo C?

There are mainly 3 types of variables in c. Integer, Float and character :)


What is A C in math?

A and C are both variables.


What is turbo c variables?

Turbo C variables are memory place holders for storage of data during the execution of a Turbo C program. Types of variables include integer, real and char.


When did the US declaire war on Japan?

Dec 8, 1941.


Are C variables initialized to 0 by default?

Only global/static variables are, local variables aren't.


When possible you should advoid using what variables in a program?

Global Variables Or: variables with names longer than 128 characters.


Why we use underscore in cpp language?

Underscores are often used in C++ to separate words in variable names for readability, known as snake_case. It's a common naming convention in C++ and many other programming languages. Additionally, underscores are used to indicate private member variables in classes to differentiate them from public variables.