Compile Error
/in/inDictionary.c: In function 'main': /in/inDictionary.c:5:19: error: ISO C forbids empty initializer braces [-Werror=pedantic] char ch[1000]={}; ^ /in/inDictionary.c:13:24: error: comparison between signed and unsigned integer expressions [-Werror=sign-compare] for(int j=len;j<len+strlen(argv[i]);j++){ ^ cc1: all warnings being treated as errors