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{2024-1}&\textbf{2024-2}&\textbf{2023}& \textbf{2022}&\textbf{2021-1}&\textbf{2021-2}&\textbf{Minimum}&\textbf{Average}&\textbf{Maximum}
\\\hline\textbf{1 Mark Count} & 2&2&1&1 &0&2&0&1.33&2
\\\hline\textbf{2 Marks Count} &1&1&0& 2&2&2&0&1.33&2
\\\hline\textbf{Total Marks} &4&4&1& 5&4&6&\bf{1}&\bf{4}&\bf{6}\\\hline
\end{array}}}$$

Hot questions in Programming

0 votes
0 answers
221
can anyone help me how to approach these type of questions..? And also please attach link of similar questions if possible .thanks in advance
1 votes
2 answers
223
what if a full binary tree contains both left and right sides as the max heap, then what will be the complexity of making it a proper max heap?
0 votes
0 answers
225
0 votes
2 answers
226
2 votes
0 answers
228
0 votes
0 answers
229
0 votes
3 answers
232
The maximum size of the operator stack when converting the following infix to postfix expressiona ^ b * c * d + e * f ^ g (assume that “^” has highest precedence and ...
31 votes
11 answers
233
0 votes
1 answer
234
What should be the answer?
0 votes
1 answer
235
can anyone explain how the for loop works here..?
5 votes
3 answers
237
1 votes
2 answers
239
find the output of following programmain(){ extern int a; a=5; printf("%d",a);}
4 votes
3 answers
240