Computer Science, asked by shakthis46, 11 months ago

give the other name for cin()​

Answers

Answered by myrakincsem
1

Another name for cin is Cervical Dysplasia

Explanation:

  • Cervical intraepithelial neoplasia (CIN) is a stage before cancer where the precancerous cells start occurring on the surface of the cervix.
  • It is also referred to as the growth of abnormal cells on the surface of cervix, mainly known as neoplasia.
  • Although most people with this condition do not get cancer, if some people do get cancer. it develops in several years. This allows the doctors to locate and heal the cancerous part of the body.
Answered by gratefuljarette
0

The other name for cin() is character input which is used in C++ to take the inputs from the keyboard.

Explanation:

  • Cin() is a part of the C++ standard library which is called iostream which is used in a program where we want to accept the inputs from the keyboard.
  • We generally store the value in a variable to print that inputs back to the user. Syntax of cin() is cin>>x. Cin() is always used with the extraction operator I.e>> to accept the values.

Learn more about Cin()

Difference between cin and gets in c++

https://brainly.in/question/7680748

Can cin operator read the space if no justify it​

https://brainly.in/question/10549075

Similar questions