Question: Why am I getting this error? What am I missing? xoqjo Milestone 1 (Global Scope) 13 14 15 //core.c 16 17 #include 18 19 20

Why am I getting this error? What am I missing?

Why am I getting this error? What am I missing? xoqjo Milestone

xoqjo Milestone 1 (Global Scope) 13 14 15 //core.c 16 17 #include 18 19 20 int count = 0; 21 while (*s != '\\0') 22 23 count++; 24 st+; 25 26 return count; 27 28 //copies from strfrc cstring to strDest cstring char* my_strpy(char *strDest, const char *strSrc) 29 30 char ^temp = strDest; 31 while ((*strDest++ = *strSrc++) != '\\0'); return temp. Entire Solution x 4 Errors 0 Warnings 1 0 Messages Build + IntelliSense Search Error List p. Code Description Project File Line E0169 expected a declaration Milestone 1 core.c 19 E0169 expected a declaration Milestone 1 core.c 29 X C2449 found 'f' at file scope (missing function header?) Milestone 1 core.c 19 X C2059 syntax error. "]' Milestone 1 core.c 27 Error List Output 100 % 2 T D Ln: 33 Ch: 2

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!