Problem: Given a line of int/long/char variable declarations like: int a[20][10],b,c,d[10]; char a; long a[20]; Calculate the space of the memory needed to allocate for this line. E.g., for int a[20][10],b; the space needed is 804 (each int takes 4 B...
jinianluo.hashnode.dev2 min read
No responses yet.