answersLogoWhite

0

What is a bug in c plus plus?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

A bug in any language (that means C++ as well) is any problem in your code that does not allow you to run the program properly. they can range from syntactical errors such as forgetting to put the";" at the end of a line to problems with the implementation itself like finding the square of a number but multiplying it by accident (num*2 vs. num*num).

User Avatar

Wiki User

13y ago

What else can I help you with?