- 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 31 times
.++what is the output of this segment program in c ;int k=5,n=100 in/=k ;cout<<++k+n++<
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
.++what is the output of this segment program in c ;int k=5,n=100 in/=k ;cout<<++k+n++<
.++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