Whether the next code will be compiled in c++:
#include <stdlib.h>
int main() {
    int * x = malloc(100 * sizeof(int));
    x = realloc(x, sizeof(int) * 200);
    return 0;
}

Следи за CodeGalaxy

Мобильное приложение Beta

Get it on Google Play
Обратная Связь
Cosmo
Зарегистрируйся сейчас
или Подпишись на будущие тесты