Computer Science, asked by jchouhan432, 6 months ago

#include<stdio.h>

main()
{
char c;
short s;

printf("size of char: %d byte(s)\n", size of(c) );

printf("size of short: %d byte(s)\n", size of (s));

printf("size of float:%d byte(s)\n", size of (float));
}






Answers

Answered by vpartap9877
0

Answer:

what you have written I am not able to understand this

Similar questions