Saved Bookmarks
| 1. |
#include 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));} |
|
Answer» what you have WRITTEN I am not ABLE to UNDERSTAND this |
|