Webpage

Programming in C. Recursion.

$$\scriptsize{\overset{{\large{\textbf{Mark Distribution in Previous GATE}}}}{\begin{array}{|c|c|c|c|c|c|c|c|}\hline
\textbf{Year} & \textbf{2022}&\textbf{2021-1}&\textbf{2021-2}&\textbf{2020}&\textbf{2019}&\textbf{2018}&\textbf{2017-1}&\textbf{2017-2}&\textbf{2016-1}&\textbf{2016-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 1 &0&2&1&2&2&1&2&2&1&0&1.4&2
\\\hline\textbf{2 Marks Count} & 2&2&2&1&3&3&4&4&2&2&1&2.5&4
\\\hline\textbf{Total Marks} & 5&4&6&3&8&8&9&10&6&5&\bf{4}&\bf{6.4}&\bf{10}\\\hline
\end{array}}}$$

Recent questions in Programming

1 votes
1 answer
1622
A program structure that permits repeated operation of a particular sequence of instructions is known as(a) subroutine(b) loop(c) module(d) microprogramming
1 votes
0 answers
1623
3 votes
2 answers
1624
Consider 3 dimensional Array A[90] [30] [40] stored in linear array. If the base address starts at 10, The location of A [20] [20] [30] in case of RMO and CMO are _______...
1 votes
1 answer
1626
which one is coorect option c or d??
1 votes
1 answer
1627
1 votes
1 answer
1628
1 votes
0 answers
1629
2 votes
0 answers
1630
3 votes
1 answer
1632
3 votes
0 answers
1633
2 votes
1 answer
1634
2 votes
0 answers
1637
print 1 - print 15 and print 2 >print 15 ?given ans is 15 20 why 20?
2 votes
0 answers
1638
please explain me n=(n&(n<<1));
1 votes
0 answers
1639
What will be the output of following program? #include <stdio.h void f1(char* str, int index) { *(str + index) &= ~32; } int main() { char arr[] = "gatecsit"; f1(arr, 0);...
1 votes
0 answers
1640