Question: 14) What is the total bytes declared in memory for the following code? char a; float c; double d; a = 1; c =

14) What is the total bytes declared in memory for the following code? char a; float c; double d; a = 1; c = 1.0; d = 2.0;
Step by Step Solution
3.51 Rating (148 Votes )
There are 3 Steps involved in it
In the given code snippet memory is allocated for three variables char a float ... View full answer
Get step-by-step solutions from verified subject matter experts
