InterviewSolution
Saved Bookmarks
| 1. |
struct student{ int rollno; float marks[5]; }s1; what is the size of s1 assuming size of int and float are 4 bytes, each. 08 O 4 O 2 O 24 03 |
|
Answer» plSFBSFBDGNease FOLLOW TJNAFFA |
|