What language are the C and C++ standard libraries written in?

Viewed 13598

C and C++ by themselves can't actually do anything, they need the libraries to work. So how were the libraries created? Assembly language?

6 Answers
Related