Computer Science, asked by vadoliyap7, 1 year ago

Pls give me ans. If you know.

Attachments:

Answers

Answered by barsha78
0

Answer:

1.OOP means :- object oriented programming

2.POP means :- Post office protocol

3.Keyboard means :- A panel of keys that operate a computer.

4.Yes, C++ supports manipulators.

I HOPE THIS MAY HELP YOU......

PLEASE.......PLEASE........

MARK ME AS THE BRAINLIEST......

Answered by presentmoment
0
  1. OOP means Object-Oriented Programming.
  2. POP means Procedural-Oriented Programming.
  3. Keywords mean reserve words.
  4. Yes, C++ supports manipulators.

Explanation:

  1. OOP stands for object-oriented programming. OOP is a paradigm that classifies the structure of a programming language. In OOP programming languages, the program is divided into different objects. OOP languages have several features like encapsulation, inheritance, polymorphism, etc.
  2. POP is also another paradigm for programming language structures. POP stands for Procedural-oriented programming. This approach works from top to bottom. Both OOP and POP has different working structure. In procedural-oriented programming, a program is divided into small procedures or functions to get the output.
  3. Keywords are reserved words in a programming language. These words can not be used as identifiers. There are 32 keywords in the C language. Examples of some of the keywords are if, else, switch, goto, etc.
  4. Manipulators are stream functions that are used for changing the properties of input and output streams in C++. It modifies the streams by changing their values. To use manipulator functions in C++, one should use this header in the program.

Similar questions