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

Most viewed questions in Programming

2 votes
0 answers
3621
1 votes
0 answers
3622
3 votes
0 answers
3623
Illustration of this piece of code :
1 votes
0 answers
3624
How option D?? It will be 1* log2 *log4 * log8 How it is equal to (lg(n))!
1 votes
1 answer
3625
0 votes
1 answer
3626
0 votes
1 answer
3627
1 votes
0 answers
3628
2 votes
1 answer
3629
0 votes
1 answer
3630
Can structure be defined after function declaration and before main?
1 votes
0 answers
3631
0 votes
0 answers
3633
0 votes
0 answers
3635
0 votes
1 answer
3636
main (){printf ("%x", -1 <<4);}For the above program output will be
–1 votes
0 answers
3637
1 votes
1 answer
3638
2 votes
1 answer
3639
How computation actually occurs in these type of questions?For ex:If I declare a=10,b=20and pass them f(a-b,a*2,b-a);Where f has signature like f(int *p,int *q,int *r).Ho...
0 votes
0 answers
3640