answersLogoWhite

0

you have to give a statement in the following syntax

datatype variable;

User Avatar

Alden Kling

Lvl 10
∙ 3y ago

What else can I help you with?

Related Questions

Why Java is called strongly typed language?

A strongly typed programming languages is one that requires the type of a variable to be explicitly stated. C is a strongly typed language. You must declare the type of data a variable will store for C to interpret it: int myVariable;myVariable = 25; Perl is a loosely typed language. There is no need to declare the variable type before using it: $myVariable = 25;$myVariable = "A String.";


What happen if you declare a global variable as static in C language?

When declared as static, the variable has internal linkage and its scope is restricted to the *.c file in which it is declared. It becomes visible to all functions within the file where it is declared and not to functions in other files.


What is variable definition in c language?

variable definition means to declare the variable with its value. for example:- int i=10; this statement is a combination of declaration of integer i and assign its value to it,so it is a definition statement Note: assigning a value is not essential.


When you declare an variable in c language where it will be stored in the computer?

Nowhere, variables exist only during the program run. If you want permanent storage, use files.


When do you declare a variable?

You declare a variable when you create it by specifying its datatype and name in a programming language. This tells the compiler or interpreter to allocate memory for the variable. Variables must be declared before they can be used in most programming languages.


How do you declare a variable in different language?

In Python, you declare a variable by simply assigning a value to a name, like x = 10. In Java, you need to specify the type, such as int x = 10;. In JavaScript, you can use let x = 10;, const x = 10;, or var x = 10;, depending on the scope you need. In C++, you would declare a variable with a type as well, like int x = 10;.


How do you use define in C?

Just type declare then the variable that you desire to assigned a certain constant value on it. Just type declare then the variable that you desire to assigned a certain constant value on it.


What is a variable in C language?

variable which is used to specify the values and also we can that values through the variable name


What is puts in c language?

printf("%s",variable);


What is typdef in c language?

It is a keyword generally used to rename data types, using typedef you can create alias which can be used to declare the variable. e.g. typedef struct node { int info; struct node *next; }Node; now to declare variable of struct node type we can use the word Node in place of struct node


Member modifier 'public' must precede member type and name means in computer C language?

While you declaring the global variable you should declare it correctly... This problem mostly arise because any one of the data type in global should not have variable.


How do you declare variables and constants.explain with example?

Depends on the programming language you are using. I will give two simple examples. In Command Prompt and when creating a batch file, you declare a variable by entering the "set" command. You can use different switches to change the type of variable you are declaring. /p makes the variable able to accept user input. /a makes the variable a numerical expression. In Python, you declare a variable just by stating the name of the variable and its value. x = value.

Trending Questions
Pond is 2 meters x 1 meters x 500 deep. how much water would it hold in liters? What is the function of mesial concavity that forms on the mesial aspect of maxillary first premolars? Is Ahmed Givens married to the women he picked on season 2 of real chance for love? Is it halal or haram for men to clean the unibrow? What is three positive effects of volcanoes? The moon revolves around earth at a fairly constant speed Is the moon moving? What type of organism is the star fish? How do you say 730 in french? Is the minimum number of innings for an official baseball game 5 innings if won by the visiting team or 4 and a half innings if home team is leading? One and one half equals how many feet length? I am concered how long is it going to take to get a warrant fro my son. H'e was rapped myex.? HOW THE INFORMATION SYSTEM COMPONENTS HARDWARE SOFTWARE DATABASES TELECOMMUNICATION PEOPLE AND PROCEDURES COMBINE TO PROVIDE A SOLUTION FOR INSURANCE CLAIMS? Which equation has no y intercept y equals negative x or x equals 1? What is the size of theodolite? Does tulu language has script? What is the difference between a truck and a SUV? What is system overhead? How does a tumble dryer with a heat pump technology improve energy efficiency and drying performance compared to traditional dryers? How much is 150 guineas worth today American money? What does hamlets comments mean A man may fish with a worm that hath eat of a king and eat of the fish that hath fed of that worm?