Posts by Roberto • 1 point
2 posts
-
0
votes1
answer104
viewsQ: Why does my running function only return "0"?
I’m doing a function that gets a string (char str[10]) and she has to return 1 if to string contain the word "wing" and otherwise return 0. To make it easier to understand what I tried to do, I’ll…
-
-1
votes1
answer29
viewsQ: Problems in displaying the result of a C function
Basically I’m making a function in C that takes two positive integers M and N and returns the sum of even numbers between these numbers. When I’m about to run, you show up to type in both numbers.…