Write a C program that uses a Finite State Machine (FSM) to identify the number of occurrences of the string “tete” in a word. The program should count overlapping occurrences. For example: there is one occurrence of “tete” in the word “metete”, however there are two occurrences in the word “metetete” Show transcribed image text Write a C program that uses a Finite State Machine (FSM) to identify the number of occurrences of
OR
OR