CPSC 335 Quiz 1
Answer the following questions with a few sentences.
- How do C++ and Java differ in philosophy?
- What are three differences between a hello world program in C++ vs Java?
- What does it mean to say that cout is "buffered"?
- Why should one avoid undefined behavior in C++ programs?
- What's a "forward declaration" of a function and why might you use one?