Saved Bookmarks
| 1. |
How many bytes of memory allocates for the following variable declaration if you are using Dev C++? short int x;(a) 2(b) 4 (c) 6 (d) 8 |
|
Answer» Answer is (a) 2 |
|