How this output comes to that code? Because I'm not given any value for this? Please explain that.Code is in discription line. | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How this output comes to that code? Because I'm not given any value for this? Please explain that.Code is in discription line.

#include <stdio.h> int main() { printf("int: %d \n", sizeof(int)); printf("float: %d \n", sizeof(float)); printf("double: %d \n", sizeof(double)); printf("char: %d \n", sizeof(char)); return 0; }

1st May 2019, 4:36 AM
NRKS
1 Antwort
+ 1
Thanks swim. Your answer can understand very easily. Thanks a lot.👍
1st May 2019, 1:22 PM
NRKS