What will be the result if ans is 6. cout<
Q14. What will be the result of the following if ans is 6 initially?
- cout<<ans=8;
- cout<<ans==8;
Ans.(i). 8
Ans.(ii). 0(0 means false).
Q14. What will be the result of the following if ans is 6 initially?
Ans.(i). 8
Ans.(ii). 0(0 means false).