The Wayback Machine - https://web.archive.org/web/20201004033841/https://github.com/topics/cpp?l=java
Skip to content
#

C++

cpp logo

C++ is a popular and widely used mid-level language. It was designed as an extension of the C language.

Here are 401 public repositories matching this topic...

vespa
DS-Algo-Point
niranjantuty
niranjantuty commented Oct 3, 2020

🚀 Feature

Write a program that prints the numbers 1 to 100. However, for multiples of three, print “Fizz” instead of the number. Meanwhile, for multiples of five, print “Buzz” instead of the number. For numbers which are multiples of both three and five, print “FizzBuzz”.

Have you read the Contribution Guidelines?

Yes.

Pitch

Fizz Buzz is a typical interview question that t

Created by Bjarne Stroustrup

Released October 1985

Website
isocpp.org
Wikipedia
Wikipedia
You can’t perform that action at this time.