Posts by user25145 • 35 points
2 posts
-
1
votes3
answers252
viewsQ: Arrays not started in C
How do I know how much size I have to put to scroll through an uninitiated array []? For example this one with char[]. #include <stdio.h> #include <stdlib.h> int main() { char texto[] =…
-
2
votes1
answer3712
views