Page 1 of 1

.++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
by answerhappygod
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 2 1
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 2 1 (50.97 KiB) Viewed 32 times
.++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