Question: Debugging thos code (correct this code) 0001 #include 0002 0003 int main(void) 0004 { 0005 char alpha = { abcdefghijkimnopqrstuvwxyz !.}; 0006 int secret =

Debugging thos code (correct this code)

Debugging thos code (correct this code) 0001 #include 0002 0003 int main(void)

0001 #include 0002 0003 int main(void) 0004 { 0005 char alpha = { "abcdefghijkimnopqrstuvwxyz !."}; 0006 int secret = { 92, 90, 77, 78, 92, 74, 76, 91 }; 0007 int i, alpha len = 0; 0008 int offset = 0; 0009 int messageLen = 8; 0010 0011 for (alpha_len = 0; alpha[alpha_len] != T; alpha_len+ +) 0012 { 0013 // empty body of loop 0014 3 0015 offset = alpha_len / 7; 0016 0017 for (i = 1; i

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!