Why this question is erry | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why this question is erry

#include <stdio.h> char *reoleceword(const char * oldword, const char * str,const char * new word) { char *repeat; } int main(void) { printf("Hello World\n"); return 0; }

8th Aug 2022, 4:43 PM
ANGROSH
3 Answers
+ 1
What is your code supposed to do?
8th Aug 2022, 6:15 PM
Lisa
Lisa - avatar
+ 1
"Why this question is erry" What question? What's erry? And please use relevant words in post tags. https://code.sololearn.com/W3uiji9X28C1/?ref=app
9th Aug 2022, 1:21 AM
Ipang
0
Missing underscore between new and word. const char * new_word
8th Aug 2022, 10:52 PM
Brian
Brian - avatar