Computer Science, asked by fadwalker20, 3 months ago

Task-1: Split the input string of characters, named expr1, to (1) Operand1 (variable
name: op1s), (2) Operator (variable name: opr1), and (3) Operand2 (variable name:
op2s). If any invalid character (other than digits and arithmetic operators) is
encountered, print the error message and exit.

Function Name: tokenize1(len1, expr1[], op1s[], *opr1, op2s[])
Return Value: None

Example: expr1 = “34 + 897” op1s = “34”, opr1 = ‘+’, op2s = “897”

please tell me fast ,guys

Answers

Answered by deveshanaria
0

Answer:

Operator (variable name: opr1), and

I hope you helpful

please Mark me brainlaist

Similar questions