0

How we assign value for int in this code

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

28th Oct 2020, 9:03 AM
Dinesh Babu
Dinesh Babu - avatar
2 Answers
+ 2
There's no variable can be assigned in this code.
28th Oct 2020, 9:39 AM
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘也ę˜Æ
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘也ę˜Æ - avatar