realloc tag

1 questions


1 answers
29 views
0
Crealloc() question.

#include <stdio.h>#include <stdlib.h>#include <memory.h>#include <string.h>#include <time.h>int main(){ unsigned char *test; int i; test = (unsigned char*)malloc(5); for(...

2 years ago

© 2024 OneMinuteCode. All rights reserved.