C++20 sections · 1024 units
Open in CourseQuiz: Function Design
Test your understanding
Check Your Understanding
You need a function to print a user's full name. What return type should it have?
- A.void
- B.string
- C.bool
- D.int
Test your understanding
You need a function to print a user's full name. What return type should it have?