python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Beginning of the string snprintf doesn't show
I'm trying to use snprintf to write a request string into the buffer. The first iteration works fine, however, after the second iteration it the beginning of the string disappears.
The function which ...
yyny
Votes: 0
Answers: 0
why does this keep printing "out of range try again"? and how can i fix it
For some reason this will print out "out of range please try again". I tried changing the if statements but that doesn't work either.
#define MAX_fn_LEN32
#define MAX_ln_LEN32
#define MAX_st...
noble
Votes: 0
Answers: 1
Pointers and all that [C]
well, I'm trying to create a simple program that simply print the name of a list of students, the thing is,I do all that's required but when I try to print all the elements come out as the same. It's ...
thayrelan dos santos marcal da
Votes: 0
Answers: 2
What is the cause of the memory leak in c?
I was creating a linked list in c and I came across this memory leak. Valgrind is telling that the source of the problem is on line 15 but I still can't see the problem. I feel very stupid not knowing...
dechire
Votes: 0
Answers: 2