上QQ阅读APP看书,第一时间看更新
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?