محمدعلی صانعیان·۳ سال پیشsizeof()operatorکد برنامه نویسی// sizeof operator#include <stdio.h>#include <conio.h>int main(){ clrscr(); printf( "The size of an int is:\t\t" ); printf( "%d byte…