Computer Science, asked by Anonymous, 1 year ago

what are various built in functions in C++

Answers

Answered by paras692
1
,A function is a group of statements that together perform a task. ... A functiondeclaration tells the compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. The C++ standard library provides numerous built-in functions that your program can call.

Anonymous: actually.. ur right.. but... I asked what are built in functions ..no problem ur absolutely right
Anonymous: no problem
Anonymous: wait let the other person finish
Answered by kriti9agr
2
function declaration tells the compiler about a function's name, return type, and parameters. A function definition provides the actual body of the function. The C++standard library provides numerous built-in functions that your program can call.

Built in Functions - String. A function is a set of code, that takes a finite number of input and optionally returns a value. Functions that operate on string expression are classified as string functions, they include functions for finding the length of a given text, remove certain words from a text etc.

it may help u..

kriti9agr: wlc aachal
kriti9agr: aachal plz accept my friend request plz
kriti9agr: thanks for making brainliest
Similar questions