Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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?

image text in transcribed
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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Financial management theory and practice

Authors: Eugene F. Brigham and Michael C. Ehrhardt

12th Edition

978-0030243998, 30243998, 324422695, 978-0324422696

Students also viewed these Programming questions