Question: C Programmin Q5. The local variable sum declared below has: int sum digits (int n) ( int sum = 0; /* local variable */ while
C Programmin







Q5. The local variable sum declared below has: int sum digits (int n) ( int sum = 0; /* local variable */ while in0) i sum += n n/= 10; 10; return sum; a) static storage duration b) automatic storage duration c) Non block scope d) None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
