Media Summary: These videos are helpful for the following Examinations - Planning to take coaching on here is a code for 10% off PLUS1BPK1 Downloads resources from here ... Consider the following C function. int fun(int n) { int x=1, k; if (n==1) return x; for (k=1; k lessThan n; ++k ...
C Programming 36 Gate 2015 - Detailed Analysis & Overview
These videos are helpful for the following Examinations - Planning to take coaching on here is a code for 10% off PLUS1BPK1 Downloads resources from here ... Consider the following C function. int fun(int n) { int x=1, k; if (n==1) return x; for (k=1; k lessThan n; ++k ... What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ...