<
Home Timeline

Bjarne Stroustrup

Bjarne Stroutstrup born December 30,1950-present is a Danish computer scientist most notable for the creation of and development of the C++.

question 66 C++ was invented by Bjarne Stroutstrup

function myFunction() { var x = document.getElementById("myTopnav"); if (x.className === "topnav") { x.className += " responsive"; } else { x.className = "topnav"; } }