Posts by Jonathan Drumond • 9 points
2 posts
-
1
votes1
answer39
viewsA: How to read each char of a string, to know if one is contained in the other, in C?
Hello. Understanding the question, I could notice that the problem is in the check of contained. Come on: Think to me, I go from 0 to strlen(ptr1) -1. Correct? We will use the same error inputs:…
-
-1
votes2
answers109
viewsA: What does the computer do with 2 distinct values that need to be returned and are in the same memory scope?
I do not know if I understand, but it is not returning two values. It is returning the sum of 'a + (call of the function itself ( value a,value b))'. Recursive function inputs and cycles: input a ==…