Media Summary: Planning to take coaching on Unacademy or here is a code for 10% off ... Consider the following C code segment. int a, b, c = 0; void prtFun(void); main() { static int a = 1; /* Line 1 */ prtFun(); a += 1; ...
Gate Cse 2012 - Detailed Analysis & Overview
Planning to take coaching on Unacademy or here is a code for 10% off ... Consider the following C code segment. int a, b, c = 0; void prtFun(void); main() { static int a = 1; /* Line 1 */ prtFun(); a += 1; ...