Need Question 10 answered correctly What value is in variabl
Need Question 10 answered correctly
 What value is in variable v after this code executes. The size of file file.dat is 25 bytes.  25  16  15  12  What is printed to the screen with the printf statement.  Solution
If size of int is 4bytes then it will read total 4 elements with 3bytes size each so the value should be 3*4 i.e. 12

