find the output
int a = 0;
a =5<2 ?4:3;
cout <<a;
return (0);
Answers
Answered by
0
Answer:
GeeksforGeeks
Predict the output of the following C++ programs: Question 1: filter_none. edit ... int main(). {. int ran = rand ();. cout << ran << endl;. return 0;. } ... int main(). {. cout ...
Answered by
0
Answer:
mark me the brainliest
Explanation:
???????????????????????
Similar questions