answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the expression of command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is grep command?

'grep' searches a file for lines which match a given regular expression.


What is the function of grep command?

To search a file for lines which match a given regular expression.


What comprises a good sentence or statement?

A grammatical unit that expresses a command, expression, request or explanation. It communicates a complete thought


Which command is used to skip the rest of a loop and carry on from the top of the loop again?

From inside any loop statement, the continue; statement will skip any remaining statements and re-evaluate the loop's conditional expression. If that expression remains true, a new iteration of the loop begins, otherwise control passes to the statement that follows the loop. Note that in a for or while loop, the conditional expression is defined before the loop body but in a do loop it is defined after the loop body.


How do you say that is none of your business in Spanish?

to say mind your business , it is " mente su negocio " The above is a literal command to "be mindful of your business organization", not the English expression "stop criticizing what I'm doing". The expression is translated as " métete en tus asuntos"


What does hark ye mean?

"Hark ye" is an archaic expression that means "listen" or "pay attention." It is a command to stop and listen carefully to what is being said or heard.


Is 4d a numerical expression or variable expression?

A variable expression.


What property is 3 x?

It is an expression, not a property!It is an expression, not a property!It is an expression, not a property!It is an expression, not a property!


What kind of expression is 2x plus 3?

It isa linear expression,a binomial expression,an algebraic expression,a polynomial expression.


Is if else a loop or not?

No such thing as 'if-loop', you can choose from:while (expression) statementfor (expression; expression; expression) statementdo statement while (expression)


What is the slope of the line with equation y -7x?

y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.y - 7x is not an equation, it is an expression. An expression cannot have a slope.


Why you need convert a expression into postfix expression?

You convert an (infix) expression into a postfix expression as part of the process of generating code to evaluate that expression.