Posts by lcasa • 31 points
3 posts
-
0
votes0
answers24
viewsQ: Data is not recorded in the files in c
In this exercise I have to create a register of cars in two files. In one file I have to register all the cars, in the other I have to register only the sold ones, but only the files are created but…
-
0
votes1
answer44
viewsQ: Transform and return a centered string s into a length width string
In this exercise I must pass to the function a string, a size and the character I want to include in the string, but I find problems when executing it, the string that should be centered ends up…
-
-1
votes2
answers159
viewsQ: C function that checks whether the whole string is lowercase
I have to pass to the lowercase function a string and check if the elements of this string are lowercase, if they are must return true, if it is not must return false, however every time I run it…