C++ Knowledge in Coding Interview

Some useful C++ knowledge and examples that may be used/asked in a coding interview

Larry | Peng Yang
Hello C++
Published in
21 min readOct 14, 2018

--

Photo by Álvaro Bernal on Unsplash

Table of Contents

  • Variables definitions, assignments, and initiations
  • Type conversions
  • Pointer
  • Object-Oriented Programming

--

--