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

4 votes
0 answers
1562
Shouldn't be the value of first 'x' after assignment remain 3 and not change due to evaluation of function or is the value updated once the function evaluates?
1 votes
1 answer
1564
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
1565
3 votes
2 answers
1566
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
1568
which one is coorect option c or d??
1 votes
1 answer
1569
1 votes
1 answer
1570
1 votes
0 answers
1571
2 votes
0 answers
1572
3 votes
1 answer
1574
3 votes
0 answers
1575
2 votes
1 answer
1576
2 votes
0 answers
1579
print 1 - print 15 and print 2 >print 15 ?given ans is 15 20 why 20?
2 votes
0 answers
1580
please explain me n=(n&(n<<1));