Computer Science, asked by Anonymous, 1 year ago

what is c++ program?....................

Answers

Answered by mersalkeerthi46
0

This page contains examples on basic concepts of C++ programming like: loops, functions, pointers, structures etc.

All programs in this page are tested and verified.

Feel free to use the source code on your system.

Popular examples:

Check whether a number is prime or not

Multiply Two Matrix Using Multi-dimensional Arrays

Check Whether Number is Even or Odd

Create Pyramid and Pattern

Make a Simple Calculator

Answered by chetan2222
0
C++ is a general-purpose object-oriented programming (OOP) language, developed by Bjarne Stroustrup, and is an extension of the C language. It is therefore possible to code C++ in a "C style" or "object-oriented style." ... However, it was renamed C++ in 1983

PLEASE MARK MY ANSWER AS A BRAINLIEST ANSWER.

THANK YOU.
Similar questions