strcat tag

3 questions


1 answers
33 views
0
Please correct the language of c.

It's a code that I made When I debugged it, the computer was not affected by the if part and just kept running Which part is the problem...?#include<string.h>#include<stdio.h>#include<s...

2 years ago

1 answers
30 views
0
I tried to create a strcat function, but it didn't work, so I'm asking you a question.

I came into mystrcat and copied the address, but the contents don't seem to be copied#include <stdio.h>#include <string.h>char* mystrcat(char* pszDst, char* pszSrc){ while (*pszDst != '\0'...

2 years ago

1 answers
47 views
0
strcat 儆

The strcat function is implemented and executed, but

2 years ago

© 2024 OneMinuteCode. All rights reserved.