Media Summary: Planning to take coaching on Unacademy or here is a code for 10% off ... What Boolean function does the circuit below realize ? IMAGES NOT SUPPORTED (A) xz+x'z' (B) xz'+x'z (C) x'y'+yz (D) xy+y'z' Choose the correct option to fill ?1 and ?2 so that the program below prints an input string in reverse order. Assume that the input ...
Gate Cse 2008 - Detailed Analysis & Overview
Planning to take coaching on Unacademy or here is a code for 10% off ... What Boolean function does the circuit below realize ? IMAGES NOT SUPPORTED (A) xz+x'z' (B) xz'+x'z (C) x'y'+yz (D) xy+y'z' Choose the correct option to fill ?1 and ?2 so that the program below prints an input string in reverse order. Assume that the input ... Consider the C program given below. What does it print? stdio.h int main () { int i, j; int a [8] = {1, 2, 3, 4, 5, 6, 7, 8}; for(i = 0 ... What is printed by the following C program? $include stdio.h int f(int x, int *py, int **ppz) { int y, z; **ppz += 1; z = **ppz; *py += 2; ...