A C++ program segment is represented as follows:
int c,d;cin>>c;
d=(c<10)?-1:((c>10)?1:0);
cout<
(i) draw a test table for the inputs when c=-10 and 5;
(ii) rewrite the code using if…else statements.(
 Viewed: 275 times For Better experience and learning,for video answers, after video ends playing, click next question in the questions list!!!