sanskritib21 sanskritib21 14-12-2022 Computers and Technology contestada Which of the following lines from a scanner would be used to create a constant value? Question 17 options: [[:digit:]]+ { return TOKEN_INT; } print { return TOKEN_PRINT; } == { return TOKEN_EQUALTO; } = { return TOKEN_ASSIGN; }