Posts by Luis França • 55 points
2 posts
-
2
votes1
answer846
viewsQ: How to extend the storage capacity of char variables
hello! I am having problems with a "mini dictionary" that I am mounting.... It is basically ready, but the definition of words, because they are too long, present an error when they are displayed. I…
casked Luis França 55 -
3
votes2
answers1036
viewsQ: Dictionary in C always returns "word not found"
I am having problems with the code below. Although the user type a word available, the return is always palavra nao encontrada. #include <stdio.h> #include <stdbool.h> struct dicionario…