#include<stdio.h> int main() { char s1[100] = "I "; char s2[100] = "am a student"; int i, j, n; for (i = 0; s1[i] != '