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}}}$$

Most answered questions in Programming

0 votes
1 answer
1621
Isn't this code implementation dependent ??If left to right then 5 5 6 6 5If right to left then 5 4 5 5 5Abnormal behaviour ?
0 votes
1 answer
1622
How to solve it ..find MST with detailed solution
0 votes
1 answer
1623
member selection via pointer is P - Ccan we write it in terms of normal pointer , if yes then what it is ?is it written like (*P ) . C ??
0 votes
1 answer
1625
0 votes
1 answer
1626
My answer is 42 but given answer is 2018 please explain how ?
1 votes
1 answer
1627
can someone verify the answer?my ans is 15 but ans given is 13
1 votes
1 answer
1628
2 votes
1 answer
1629
Why printf("%d",5%-2); is 1, not -1.
1 votes
1 answer
1631
1 votes
1 answer
1633
what is the meaning of static single assignment how to solve
1 votes
1 answer
1634
1 votes
1 answer
1636
1 votes
1 answer
1637
1 votes
1 answer
1639
what is the meaning of k= (char *) (i*j)it will return k =(char *) (300)
1 votes
1 answer
1640