Data type size 😎😎😎😎

 #include<stdio.h>



int main()
{
printf("%lu",sizeof(int));
return 0;

Post a Comment

0 Comments