I have answered the question below
Please up vote for the same and thanks!!!
Do reach out in the comments for any queries
Answer:

Evaluate the given expression and express the result using the usual format for writing numbers (instead...
Evaluate the given expression and express the result using the usual format for writing numbers (instead of scientific notation). 31 Upper C 2
Evaluate the given expression and express the result using the usual format for writing numbers (instead of scientific notation). 52 Upper P 2
Evaluate the given expression and express the result using the usual format for writing numbers (Instead of scientific notation) 27c3 = ?
Create a C program Evaluate an expression from console input and print its result. -The format of expressions: Number Symbol Number Symbol ... Symbol Number = Number -Number refers to an integer and Symbol refers to either + , -, *, or / - * and / have higher priority over + and -. E.g., given input “1+2*3+4=”, the result should be “11”; Hint: Use Polish Notation
Write a C program which evaluate and calculate prefix expression notation (normal polish notation). In this notation, the operators come first, so ++ 2 3 4 should evaluate as 9. Instead of using any loop, write it using recursion.
Question 12 Express each of the following numbers using scientific notation. (write the exponent parts 10^. For example 2 x 10^-2) a) 351 000 000 000 b) 0.000 860 c) 5 207 000
where γ is defined in the usual way. Starting from the
expression for x′ and using the analogous expression for x (See
book), derive the given expression for t′.
t'=γ(t-c ) 'U90 γlt a' γ (z-vt)
C++ Stack Program Write a program that uses stacks to evaluate an arithmetic expression in infix notation. The program should NOT convert the infix to postfix and then evaluate the postfix. The program takes as input a numeric expression in infix notation, such as 3+4*2, and outputs the result. 1a) Operators are +, -, *, / 1b) Assume that the expression is formed correctly so that each operation has two arguments. 1c) The expression can have parenthesis, for example: 3*(4-2)+6...
Express the following numbers in IEEE 32-bit floating-point format: a. -9 b. -13 c. -2.7 d. 298 e. 3/16 f. -17/32
Express the following numbers in IEEE 32-bit floating-point format: a=-8 b=-7 c=-2.5 d=-1/4