answersLogoWhite

0

As there is no ``code that follows'', nothing is executed and thus ``temps 2 1'' does not change.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Can multiple catch blocks be executed?

No, Multiple catch blocks can't be executed. Once the proper catch code executed, the control is transferred to the finally block and then the code that follows the finally block gets executed.


Can pseudo code be executed or compiled.give reason?

No. If it could be executed or compiled, it wouldn't be pseudocode, it would be code.


Write a program to adentify whether a character entered by a user is a vowel or a consonant?

You can check the value of a character by using if statements.Also, note that this code does not check for capital letters./* code */#include int main(){char c;c = getc(stdin);if (c 'o') {/* If the character is a vowel, this code will be executed. */} else if (c >= 'a' && c


What is the syntax of a conditional statement in JavaScript?

In JavaScript we have the following conditional statements:if statement - you would use this statement to execute some code only if a specified condition is trueif...else statement - you would use this statement to execute some code if the condition is true and another code if the condition is falseif...else if....else statement - you would use this statement to select one of many blocks of code to be executedswitch statement - you would use this statement to select one of many blocks of code to be executedFor example: If StatementUse the if statement to execute some code only if a specified condition is true. Syntaxif (condition) {code to be executed if condition is true}If...else StatementUse the if....else statement to execute some code if a condition is true and another code if the condition is not true. Syntaxif (condition) {code to be executed if condition is true}If...else if...else StatementUse the if....else if...else statement to select one of several blocks of code to be executed. Syntaxif (condition1) {code to be executed if condition1 is true}else if (condition2){code to be executed if condition2 is true}else{code to be executed if condition1 and condition2 are not true}else{code to be executed if condition is not true}


What is Kalley written in Morse code?

Kalley in Morse code is as follows: -.- .- .-.. .-.. . -.--


What is general form of declaring a switch in C?

In C, a switch statement is used to execute one block of code among multiple choices based on the value of a variable. The general form of a switch statement is as follows: switch (expression) { case constant1: // Code to execute for constant1 break; case constant2: // Code to execute for constant2 break; // Additional cases... default: // Code to execute if no cases match } The break statement is used to exit the switch after a case is executed, and the default case is optional, handling any values not matched by the specified cases.


What is a Windows Batch File?

It is lines of code written out and then when saved and opened the lines of code are executed line by line.


What is the syntactic rules associated with the do -while statement?

The do-while statement in programming consists of a block of code that executes at least once before checking a condition. Its syntax typically follows this structure: do { // code block } while (condition);. The condition is evaluated after the code block executes, and if it evaluates to true, the block runs again. This guarantees that the code inside the do block is executed at least once, regardless of the condition.


How did hammurabis code affect the US declaration?

Not the Declaration but the Constitution which follows the principles from the Hammurabi code.


Is JavaScript code executed when the page is loaded or when instructed to by the web code?

That depends. If you just put some javascript code somewhere (like document.write('hello')) it will be executed on page load. However, you'll mostly want to use functions; you then call those functions on certain events (like a button onclick) to execute their code.


Managed code in relation to net framework?

Managed code basically means that code is being executed in a virtual environment. Code written on the .NET framework is managed by the Common Language Runtime.


What is 6007?

The number 6007 can refer to a variety of things depending on the context, such as a numerical value, a code, or a designation. In mathematics, it is simply an integer that follows 6006 and precedes 6008. If you're referring to a specific context, such as a postal code, area code, or model number, please provide more details for a precise answer.