WAP in C language that will read the value of x and evaluate the following function 1 for x < 0 y = { 0 for x = 0−1 for x > 0 Using (a) nested if statements (b) using else if statements (c) using conditional operator
↧
WAP in C language that will read the value of x and evaluate the following function 1 for x < 0 y = { 0 for x = 0−1 for x > 0 Using (a) nested if statements (b) using else if statements (c) using conditional operator