to find the size of data types

To find the size of data types 
//  to find the size of each data types 
#include<stdio.h>
int main()
{
    int a;
    
    printf ("enter the sizeof a: %d\n", sizeof(a));
    
}

Comments

Popular posts from this blog

Use of function in mathematics

My resume using HTML and CSS