GUVI
Back

char data type is 4 how its possible

Created 2 years ago
29 Views
2 Comments
Sarath
@Sarath
Sarath
@SarathProfile is locked. Login

how the char data type is 4 how its possible line no 5

#include <stdio.h>
int main(){
printf("%d",sizeof(6.5));
printf("%d",sizeof(90000));
printf("%d",sizeof('A'));
return 0;
}

output:

844

Comments (2)
Please login to comment.
 
Powered by habitate.io Habitate