- Hands-On System Programming with C++
- Dr. Rian Quinn
- 81字
- 2021-07-02 14:42:36
Questions
- Is the C standard part of the POSIX standard? If so, name an API that is common to both standards.
- What is the difference between the _start() and main() functions?
- List one of the responsibilities of the C runtime?
- Are global constructors executed before or after the main() function?
- What is C++ name mangling, and why is it needed?
- Name one difference between C and C++ program linking.
- What is the difference between a pointer and a reference?