Write a C code that gets two strings Si and S2 from user and calculates the number of times that the string S2 gets repeated inside the string S1. for instance, we have; Number of Repetition which program should generate 2 String S String S2 abchxvabeddk abc aaa123mnaa aaa123mnaa 3 aа 5 а kmnjhhkm njh 1 Show transcribed image text Write a C code that gets two strings Si and S2 from user and calculates the number of times that the string S2 gets repeated inside the string S1. for instance, we have; Number of Repetition which program should generate 2 String S String S2 abchxvabeddk abc aaa123mnaa aaa123mnaa 3 aа 5 а kmnjhhkm njh 1
Expert Answer
Answer to Write a C code that gets two strings Si and S2 from user and calculates the number of times that the string S2 gets repe…