andrewjbaumann / Interview

Sample interview questions in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Reverse a String Taking a string (input), output string.reverse (tupni)

#FizzBuzz Count from 0 to 100, replacing any numbers divisible by three with "Fizz" and any number divisible by five with the word "Buzz". Accounts for numbers divisible by both three and five with "FizzBuzz".

#100-1 Taken from: http://www.thousandtyone.com/blog/EasierThanFizzBuzzWhyCantProgrammersPrint100To1.aspx

#Cracking the Code Questions from cracking the code

About

Sample interview questions in C++


Languages

Language:C++ 100.0%