Consider the following C statements : S1: int c = a + b; S2: for (a, b, c); S3: While (a,b); Which of the above statements will give syntax error?
In the pair of equations a1x+b1y+c1=0 and a2x+b2y+c2=0, a1a2=b1b2≠c1c2
Statement 1 : This is an inconsistent pair of linear equations.
Statement 2 : There exists infinitely many solutions.
Statement 3 : The lines representing these linese are parallel.
Which of the above statements is/are true?