answersLogoWhite

0

Just one value can be changed.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

How can an input output table help you?

By providing multiple answers to the same equation using different variables..


How do you post the data from an input type checkbox in a form to MySQL tables using PHP?

using the post command.$_POST['checkboxname'];


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.


How do you change registry using command prompt which name is in spaces?

You can start registry editor using command prompt by using "regedit" command. You can also use registry tools such as "regedit /restore" or "regedit /fix" etc.


What are the different modes of vi editor?

Command mode, and input mode. You switch between them using the ESC key.The two modes of 'vi' are input mode, and command mode. In input mode all you can do is insert text, and in command mode you can make editing changes to existing text (by issuing commands).Switching between the modes is accomplished by pressing the ESC (escape) key.


Is there a way to create variables as needed in C based on user input?

Yes. You can store any number of values input at runtime using a variable-length array or any other sequence container such as a list.


What is a command for display all environment variables in Linux?

It depends on which shell program you are using. The 'set' command may be used in some shells, and the 'env' command may also be used. Just be aware that some of the commands will only show you variables that have been exported to the environment, whereas other commands will show all variables in the environment, whether they were exported or not.


How do you check input and output in PLC?

You can check the input and output in PLC by using the force command. Through the programming instrument the input can be forced opened or forced closed depending on what the status of the contacts are set to. This can also be done with the output contacts.


What is the command to change your name in Minecraft?

It is not possible to change your name using a command, that function only works on mobs. There is a way to change your name but only for a small while in a server with plug-ins.


Data entered into a computer using a keyboard is called?

ram


How do you write a script which lists the 10 Shell System variables?

You don't need a shell script to do that. Since you don't say what 10 shell variables you want, you can list them all by using the 'set' command to list all known in-use shell variables in the current session.


Which command would you use to change to the usr directory using an absolute pathname?

To change to the /usr directory using an absolute pathname, you would use the command cd /usr. This command specifies the full path to the usr directory from the root of the filesystem. Ensure you have the necessary permissions to access that directory.