#include <stdio.h>
#include <stdlib.h>
int main ()
{
int n;
int *a;
a = (int*)calloc(10, sizeof(int)); // calloc fonksiyonu verildiği adet carpı veri türünün kapladığı yer alanını RAM üzerinde "0" veya "\0" olarak tahsis edilmeyi garanti eder. Geri dönüş değeri pointerdır ve free fonksiyonu ile RAM alanına geri aktarılır. Kullanım bırakılır.
free( a );
return(0);
}
Categories: C language
4 Comments
กายภาพ รามอินทรา · 02/09/2026 at 21:20
… [Trackback]
[…] Read More to that Topic: durukanbal.com/2021/01/17/c-calloc-function-example/ […]
Whiteout Survival private server · 10/09/2026 at 21:52
… [Trackback]
[…] Here you can find 3283 additional Info to that Topic: durukanbal.com/2021/01/17/c-calloc-function-example/ […]
order Liberty Caps Brest · 11/09/2026 at 00:28
… [Trackback]
[…] There you can find 78422 more Information on that Topic: durukanbal.com/2021/01/17/c-calloc-function-example/ […]
Paper Core Manufacturer · 11/09/2026 at 20:04
… [Trackback]
[…] Find More to that Topic: durukanbal.com/2021/01/17/c-calloc-function-example/ […]