.++what is the output of this segment program in c ;int k=5,n=100 in/=k ;cout<<++k+n++<
Posted: Mon Mar 21, 2022 4:51 pm
.++what is the output of this segment program in c ;int k=5,n=100 in/=k ;cout<<++k+n++<<endl cout<<n*2<<k/3 26 A 43 26 242 B 26 0 242 0
Posted: Mon Mar 21, 2022 4:51 pm
.++what is the output of this segment program in c ;int k=5,n=100 in/=k ;cout<<++k+n++<<endl cout<<n*2<<k/3 26 A 43 26 242 B 26 0 242 0