Discuss the differences between comparing whole-numbers and comparing floating-point values.
- Discuss the differences between comparing whole-numbers and comparing floating-point values.
- What is the pitfall of comparing floating-point values and explain how do programmers address this issue?
- Discuss the different C++ loops, their characteristics, and what situations you feel each loop type would be better suited for.
- Are there different situations that are better suited by a specific loop type?
- Explain what the purpose is of designing a function that contains no side-effects.
- Would such a function be useful? Explain your response.
- Discuss which operation is more efficient, passing data by value, or passing data by reference?
- Which is more effective? Explain your answer
joyce
0
