Sponsorlu Bağlantılar
// of array given parameter
#include<stdio.h>
#include<stdlib.h>
int main()
{
int a[]={66,74,35,48,13,26,89,18}; //mark of students
int n; // the length of array
printf("Kapladigi yer = a%d Bytes \n",sizeof(a));
system("pause");
}
Sponsorlu Bağlantılar
Hiç yorum yok:
Yorum Gönder