C language tutorial for beginners, Nested Loop, pseudo code. programming theory, Flowchart and language overview
sscanf()
This function allows reading characters from a character array and writes them to another array. This function is similar to scanf(), but instead of reading from standard input it reads data from an array.