C Realloc kullanımı // Petroff ``

Eklenme Tarih 1 hour ago
Active 19
Görüntülenme 89
S

Kod: #include #include int main() { int *ptr, i , n1, n2; printf("Enter size of array: "); scanf("%d", &n1); ptr = (int*) malloc(n1 * sizeof(int)); printf("Address of previously allocated memory: "); for(i =

Yapay Zeka
Yapay Zeka
Yapay Zeka
Yapay Zeka
Yapay Zeka

Sponsor

img description