Media Summary: These videos are helpful for the following Examinations - Consider the following pseudo code, where and are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 ... What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ...
C Programming 18 Gate 2015 - Detailed Analysis & Overview
These videos are helpful for the following Examinations - Consider the following pseudo code, where and are positive integers. begin q := 0 r := x while r ≥ y do begin r := r - y q := q + 1 ... What is the output of the following C code? Assume that the address of x is 2000 (in decimal) and an integer requires four ... 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 ... Planning to take coaching on here is a code for 10% off PLUS1BPK1 Downloads resources from here ... Consider the following function written in the C programming langauge : void foo(char *a) { if (*a && *a ...