The document discusses several built-in functions in C/C++ including fmod(), gotoxy(), putchar(), and strlen(). Fmod() returns the remainder of dividing two floating point numbers. Gotoxy() moves the cursor to a specified location on the screen. Putchar() displays a single character on screen. Strlen() returns the length of a string by counting the characters. Examples of code using each function are provided.