How can I read the functions used in arduino?
Eg: pulseIn
string()
How can I read the functions used in arduino?
Eg: pulseIn
string()
All of the source code for all libraries and core functions is provided. Where depends on OS, version of IDE, and where you installed the IDE. Those details were not some you chose to share.
You should be able to search for .h, .c, and .cpp files that contain the function name(s) of interest.