Unofficial C Solution to Problem 1.3 in Cracking the Coding Interview (5th Edition)

5 Feb

2 Replies to “Unofficial C Solution to Problem 1.3 in Cracking the Coding Interview (5th Edition)

  1. I have 2 question:
    (I am using MS-VS 2012)
    what is #include
    what is this symbol ” in code [ while(str1[++index] != ”) ], not working on MSVS2015

    • #include is the command to include the head files in C/C++.
      Sorry, the “while” statements were broken during WordPress migration. It is fixed now.

Leave a Reply

Your email address will not be published. Required fields are marked *

Please put your code into a <pre>YOUR CODE</pre> section. Thanks and Happy Coding!