how many built-in functions in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

how many built-in functions in c++?

I thought knowing all built-in functions is helpful to be good coder in c++! What do you think you too? Share me your helpful ideas on comments below!

15th Apr 2020, 3:05 PM
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲ - avatar
1 Answer
+ 1
There are many built in functions, list is very long , lets start with cout , cin ,gets , puts , ......... Under iostream.h header file. Then getchar , putchar , toupper , tolower , ....... Under ctype.h Then strchr, strlen, strcat, strcpy , ......... under String.h Then log , abs, fbs, ceil floor sqrt, pow , sin ,cos ,sinh , asin ,....... Under math.h Then system, clrscr, ....... Under conio.h These are most general function we use ,still these are less , we can have many more function but they are rarely used..... Similarly many more Below provided links may help you somewhat https://www.sololearn.com/discuss/2077293/?ref=app https://www.sololearn.com/discuss/108658/?ref=app https://www.sololearn.com/discuss/1396147/?ref=app https://www.sololearn.com/discuss/932710/?ref=app https://www.sololearn.com/discuss/1637861/?ref=app https://www.sololearn.com/discuss/1491001/?ref=app
15th Apr 2020, 3:24 PM
Raj Kalash Tiwari
Raj Kalash Tiwari - avatar