Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam CPA-21-02 topic 1 question 20 discussion

Actual exam question from C++ Institute's CPA-21-02
Question #: 20
Topic #: 1
[All CPA-21-02 Questions]

Which of the following statements are true? (Choose two.)

  • A. A void function can return a floating-point value
  • B. A function can be defined inside another function
  • C. A typed function may have any number of return statements, each returning a different value
  • D. A void function cannot contain any return expression statement
Show Suggested Answer Hide Answer
Suggested Answer: BC 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
50513d6
2 months ago
Selected Answer: CD
A void cannot return values B in C++ inner functions are not allowed C is correct. you can have more than one return statements, but one is actually returned D is also correct.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...