Home
Tech Fixr Sonu
Home
Advertisement
Home
C language
Program to find the size of variable using SIZEOF ?
Program to find the size of variable using SIZEOF ?
by
Sonu Kushwaha
January 07, 2022
Program to find the size of variable using SIZEOF
#include<stdio.h>
#inlcude<conio.h>
void main()
{ int a,var_size;
clrscr();
var_size=sizeof(a);;
printf("Size of variable is %d",var_size);
getch();
}
Redmi Note 10T
Post a Comment
0 Comments
About Me
Sonu Kushwaha
View my complete profile
Search This Blog
September 2025
1
July 2023
1
February 2022
3
January 2022
13
September 2021
2
July 2021
3
June 2021
2
October 2020
6
Tags
C language
Footer Social Widget
twitter
rss
instagram
youtube
linkedin
Home
Most Popular
Social Plugin
Popular Posts
Facebook
Categories
0 Comments