7:51Gate 2016 pyq C Programming What is output of following C programvoid count(int n){static int d=1Gate CS pyqs - the other way [Eng]1.9K views·3 years ago
11:58Gate 2008 pyq C Programming Choose the correct option to fill 1 and 2 so that the program belowGate CS pyqs - the other way [Eng]977 views·3 years ago
4:39Gate 2010 pyq C Programming What does following program printvoid f(int p, int q){p=q; p=2;}Gate CS pyqs - the other way [Eng]795 views·3 years ago
17:46Gate 2010 pyq C Programming What is the value printed by following C programint f(int a, int n){Gate CS pyqs - the other way [Eng]974 views·3 years ago
14:11Gate 2008 pyq C Programming C program is given belowint main (){int i, j;char a[2][3]={{'a','b'..Gate CS pyqs - the other way [Eng]909 views·3 years ago
17:51Gate 2008 pyq C Programming Consider the code written in Cvoid f (int n){if (n=1) printf (%d, n)Gate CS pyqs - the other way [Eng]577 views·3 years ago
6:04Gate 2014 pyq C Programming Consider following program in C languagemain(){int i; intpi = &i;Gate CS pyqs - the other way [Eng]698 views·3 years ago
4:26Gate 2011 pyq C Programming What does the following C program print char c[] = GATE2011;Gate CS pyqs - the other way [Eng]777 views·3 years ago
3:14Gate 2016 pyq C Programming The value printed by the following program is void f(int p, int m){..Gate CS pyqs - the other way [Eng]484 views·3 years ago
12:02Gate 2016 pyq C Programming Consider the following programint f(int p, int n){ if ...}Gate CS pyqs - the other way [Eng]1.1K views·3 years ago
21:29Gate 2017 pyq C Programming The output of executing the following C program is int total(int v) {Gate CS pyqs - the other way [Eng]1.8K views·3 years ago
10:47Gate 2017 pyq C Programming Consider the C functions foo and bar given belowint foo(int val)Gate CS pyqs - the other way [Eng]2.0K views·3 years ago
14:03Gate 2017 pyq C Programming Consider the following C program. void printlength (char s, char t)Gate CS pyqs - the other way [Eng]1.0K views·3 years ago
13:44Gate 2015 pyq C Programming Consider the following C program. int f1(void);int f2(void);Gate CS pyqs - the other way [Eng]539 views·3 years ago
4:32Gate 2015 pyq C Programming Consider the following C program. int main( ){ char s1[7] =1234, p;Gate CS pyqs - the other way [Eng]383 views·3 years ago
12:51Gate 2015 pyq C Programming Consider the following C program.int main( ){static int a[] = {10, 20,Gate CS pyqs - the other way [Eng]1.0K views·3 years ago
17:43Gate 2015 pyq C Programming Consider the following recursive C function. If get(6) function.Gate CS pyqs - the other way [Eng]877 views·3 years ago
12:19Gate 2015 pyq C Programming Consider the C program int main(){int i, j, k = 0; j=234+2.05+85;Gate CS pyqs - the other way [Eng]686 views·3 years ago
3:01Gate 2000 pyq C Programming The following C declarations struct node{int i; float j;};struct nodeGate CS pyqs - the other way [Eng]334 views·3 years ago
14:48Gate 1999 pyq C Programming Consider the following C function int Trial (int a, int b, int c)Gate CS pyqs - the other way [Eng]741 views·3 years ago
7:51Gate 2001 pyq C Programming Consider the following Program P2 var n int procedure W(var x int)Gate CS pyqs - the other way [Eng]803 views·3 years ago
8:24Gate 2007 pyq C Programming Consider the program below in a hypothetical programming languageGate CS pyqs - the other way [Eng]514 views·3 years ago
15:38Gate 2007 pyq C Programming Consider the following C program #define EOF -1 void push (int);Gate CS pyqs - the other way [Eng]484 views·3 years ago
10:17Gate 2007 pyq C Programming Consider the C program given below int main (){int sum = 0, maxsumGate CS pyqs - the other way [Eng]694 views·3 years ago
12:03Gate 2008 pyq C Programming What is printed by the C programint f(int x, int py, int ppz)Gate CS pyqs - the other way [Eng]978 views·3 years ago
12:19Gate 2008 pyq C Programming What is printed by the C programint f(int x, int py, int ppz)Gate CS pyqs - the other way [Eng]980 views·3 years ago
17:52Gate 2009 pyq C Programming Output of following program#include stdio.hint fun(int n, int f_p)Gate CS pyqs - the other way [Eng]1.1K views·3 years ago
16:00Gate 2003 pyq C Programming Consider the C program shown below.#include stdio.h #define print(x)Gate CS pyqs - the other way [Eng]883 views·3 years ago
10:26Gate 2000 pyq C Programming The value of j at the end of the execution of C code int incr (int i)Gate CS pyqs - the other way [Eng]495 views·3 years ago