My issue
I’m not able to slove
My code
#include <stdio.h>
int main() {
// update your code below this line
printf("size(char)\n");
printf("size(int)\n");
printf("size(flot)\n");
printf("size(double)\n");
return 0;
}
Learning course: Complete C language course
Problem Link: Practice Problem in - CodeChef