Computer Science, asked by Anonymous, 1 year ago

☆content quality required☆
________________________________________________________

⚪ Explain C++

⚪ For what it is used

⚪ Uses


----------------------------------------------------------------------------------------------------------------


↪ Answer in 250 words, content quality required!

↪ Spam answers will be deleted by moderators quickly.


↪ Dont copy from internet

Answers

Answered by Anonymous
30
hey!!1

here is ur answer !!
======================================================

Question 1: Explain C++


C ++ is a programming language.C language is also known as a amid-level language because it combines the best elements of low  level language and high-level language.It is most reliable ,simple and easy to use programming language.

________________________________________________

Question 2 : For what it is used?

C language is widely used for developing both system and application software.

C language has an ability to communicate directly with the hardware thereby making it a choice for programmers.
______________________________________________________


Question 3 : Write some Uses of it..

Uses of C language :

1) C language is used to develop operating system software.

2)C language is used to develop complex software which used to conduct research in space..

3) As we all know C language is best used for data structure and designing system software.

======================================================

hope this helps u!!

#bebrainly

Attachments:

Anonymous: now brainliest ....haha moh *************
Anonymous: btw thanks
batradivjyot25: :) mast answer...#bebrainly
Anonymous: thanks : )
batradivjyot25: Np dear : )
Nikki57: Excellent!
Anonymous: thanks nikki :'
batradivjyot25: : ) U deserve it gungun =)
Anonymous: thank u yarr
Answered by arnavpandita1
7
\huge\mathfrak\blue{hello\:frd}

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." In certain scenarios, it can be coded in either way and is thus an effective example of a hybrid language.

C++ is considered to be an intermediate-level language, as it encapsulates both high- and low-level language features. Initially, the language was called "C with classes" as it had all the properties of the C language with an additional concept of "classes." However, it was renamed C++ in 1983.

It is pronounced "see-plus-plus."

C++ is one of the most popular languages primarily utilized with system/application software, drivers, client-server applications and embedded firmware.

The main highlight of C++ is a collection of predefined classes, which are data types that can be instantiated multiple times. The language also facilitates declaration of user-defined classes. Classes can further accommodate member functions to implement specific functionality. Multiple objects of a particular class can be defined to implement the functions within the class. Objects can be defined as instances created at run time. These classes can also be inherited by other new classes which take in the public and protected functionalities by default.

It is used for the following purposes:

-Applications

-Games

-Animation

-Web Browser

-Database Access

-Operating Systems

-Compilers
Similar questions