Saved Bookmarks
| 1. |
Which of the following is the default return value of functions in C++?(a) int(b) char(c) float(d) voidI had been asked this question in my homework.Question is from Functions topic in section Functions, Namespaces & Exceptions in C++ of C++ |
|
Answer» The CORRECT answer is (a) INT |
|