Record Detail

Compile Error

/in/inDictionary.c: In function 'main':
/in/inDictionary.c:8:18: error: assignment makes integer from pointer without a cast [-Werror=int-conversion]
     Dictionary[1]=argv[1];
                  ^
/in/inDictionary.c:13:24: error: comparison between pointer and integer [-Werror]
             if (argv[i]==Dictionary[j]){
                        ^~
/in/inDictionary.c:17:30: error: assignment makes integer from pointer without a cast [-Werror=int-conversion]
                 Dictionary[i]=argv[i];
                              ^
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Homework
Midterm Exam 2
Language
C
Submit At
2022-07-08 16:16:18
Judged At
2022-07-08 16:16:18
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes