Conditional ternary operator Get link Facebook X Pinterest Email Other Apps January 27, 2022 #include<iostream>using namespace std;int main(){ int a,b; string c,d,largest; c = "hi"; d = " bye"; cin>>a>>b; largest = (a>b)?c:d; cout<<largest; return 0;} Get link Facebook X Pinterest Email Other Apps Comments
ETHICAL HACKING BOOK June 30, 2021 hello everyone , hope this site is useful to you , keep following our site , we will more books related to tech , here thank you for coming click here to download the following file in pdf format Read more
Comments
Post a Comment