Computer Science, asked by nivetha638, 8 months ago

#!/bin/bash
a=10; b=20
C=$((++a))
let a=C+a
echo $a
5.
6.
exit 0​

Answers

Answered by vinithkarthick
3

Answer:

Let F be a field , f (x) F[x]

. If f(x) is of degree

1, then f(x) is

(i) Reducible (ii) irreducible

(ii) Both (i) and (ii) (iv) None of the above

Similar questions