88282 подписчиков
493 видео
Gate 2016 pyq C Programming | What is output of following C program?void count(int n){static int d=1
Gate 2008 pyq C Programming | Choose the correct option to fill ?1 and ?2 so that the program below
Gate 2010 pyq C Programming | What does following program print?void f(int *p, int *q){p=q; *p=2;}
Gate 2010 pyq C Programming | What is the value printed by following C program?int f(int *a, int n){
Gate 2008 pyq C Programming | C program is given below:int main (){int i, j;char a[2][3]={{'a','b'..
Gate 2008 pyq C Programming |Consider the code written in C:void f (int n){if (n=1) printf ("%d", n)
Gate 2014 pyq C Programming | Consider following program in C language:main(){int i; int*pi = &i;
Gate 2011 pyq C Programming |What does the following C program print? char c[] = "GATE2011";
Gate 2016 pyq C Programming | The value printed by the following program is void f(int* p, int m){..
Gate 2016 pyq C Programming | Consider the following program:int f(int *p, int n){ if ...}
Gate 2017 pyq C Programming | The output of executing the following C program is? int total(int v) {
Gate 2017 pyq C Programming | Consider the C functions foo and bar given below:int foo(int val)
Gate 2006 pyq DIGITAL | We consider the addition of two 2′s complement numbers bn−1bn−2…b0 and
Gate 2008 pyq C Programming | What is printed by the C program?int f(int x, int *py, int **ppz)
Gate 2006 pyq CAO | A CPU has a 32 KB direct mapped cache with 128-byte block size.
Gate 2007 pyq CAO | Following table indicates the latencies of operations between the instruction
Gate 2007 pyq CAO | 6 marks (3 PARTS)|Consider the following program segment. Here R1, R2 and R3 are
Gate 2007 pyq C Programming | Consider the program below in a hypothetical programming language
Gate 2020 pyq CN |Consider a TCP connection between a client and a server with the following
Gate 2000 pyq C Programming |The following C declarations struct node{int i; float j;};struct node
Gate 2014 pyq CAO| Consider a 6-stage instruction pipeline, where all stages are perfectly balanced.
Gate 2017 pyq CAO | Consider a machine with byte addressable memory of 2^32 bytes divided into
Gate 2008 pyq DIGITAL | What Boolean function does the circuit below realize? (3:8 DECODER)
Gate 2017 pyq CAO | Consider a two-level cache hierarchy L1 and L2 caches. An application incurs 1.4
Gate 2018 pyq C Programming | Consider the following C program. struct Ournode { char x, y, z;};
Gate 2006 pyq CAO | A CPU has 24-bit instructions. A program starts at address 300 (in decimal).
Gate 2002 pyq DIGITAL | Minimum sum of product expression for f(w, x, y, z) shown in Karnaugh-map is
Gate 2020 pyq C Programming | Consider the following C functions int tob (int b, int* arr) { int i;
Gate 2017 pyq CN | The values of parameters for the Stop-and-Wait ARQ protocol are as given below:
Gate 2010 pyq CAO | A main memory unit with a capacity of 4 megabytes is built using 1M × 1-bit DRAM
Gate 1991 pyq DIGITAL | Find the minimum sum of products form of the logic function
Gate 2017 pyq CAO | A cache memory unit with capacity of N words and block size of B words is to be.
Gate 2017 pyq CAO | Consider the C struct defines below:
Gate 2006 pyq CN | In the 4B/5B encoding scheme, every 4 bits of data are encoded in a 5-bit code