Computer Science, asked by tusharraj77123, 5 months ago

Write about 50 points about C++ .
Give examples .

Please fast tommorow my exam .

No spams ​

Answers

Answered by ItźDyñamicgirł
13

Most high level machine language libraries use C++ as blackened. C ++ is faster than most of the other programming languages and also supports multithreading with concurrency. In application where the speed along with concurrency is required C++ is the most sought- after language for development.

Functions

a function is a group of statements that together perform task. a function declaration tells the compiler about a functions name ,return type and parameters. The C ++ standard library Provides the numerous built-in functions that your program can call.

Features

C++ is an upgraded version of C programming .the major upgradation are object - oriented programming methodology, namespace feature, operator overloading, error and exception handling

Examples

  • Fibonacci series
  • Sum of digit
  • factorial
  • reverse number
  • Armstrong number
  • prime number

Basic of C++

we can consider c++ program that it can be as a collection of objects that communicate via invoking each others methods.

Similar questions