+ 1
Could someone help me please ?
In c languages , i have change words from a string into another one , For example "I eat an apple I like it" I wanna change "I" into "you" so my string becomes "you eat apple you like it " As instructions first i have to slpit the string into a list of word (em2 dimensionals array) then i can change the word from this list ,
1 Antwort
+ 3
Can you show us your attempt so that we can see where you're stuck, please?