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

Questions without an upvoted answer in Programming

1 votes
0 answers
1
My question is that can we use command line arguments without use of main function's parameters argc and *argv?
0 votes
0 answers
2
I have a question that can we use command line arguments without main function arguments?int main(int argc, char argv){}
0 votes
1 answer
5
Find the error of the following IP addresses. If the IP is valid, check its Class and determine whether the address is Unicast or Multicast.i) 237.15.2.1ii) 256.1.8.9iii)...
0 votes
0 answers
10
1 votes
1 answer
12
Does C support fractional Indices?float x = some fraction;Is float a[x] valid declaration?
2 votes
4 answers
14
#include <stdio.h int main() { int a = 5, b; a = ++a + a++ + ++a; printf("%d",a); return 0; }What will be the output of the code?
0 votes
0 answers
16
Write a program in BlueJQ4. Draw Class Diagram and Object Diagram from the below given Details. public class University{ private Student stdob; private Faculty ...
0 votes
1 answer
19
0 votes
0 answers
20
Please solve I am unable to understand the solution given by made easy
2 votes
1 answer
21
When it comes to Gate Data Science and AI, what language will the DSA questions be asked in - Python or C language?
0 votes
1 answer
22
Suppose A is a 12 by 9 incidence matrix from a connected (but unknown) graph with 9 nodes and 12 edges. The diagonal entries of $A^{T}.A$give the number of edges into eac...
0 votes
1 answer
23
What is the correct option for the blanks so that the program runs in the correct manner?I was getting the answer B
1 votes
1 answer
28
Can an array store elements of different storage classes?
0 votes
0 answers
29
0 votes
0 answers
30
Caption@sachinmittal1 sir here answer should be B na because Arr point s to the 0th index of 2nd 1D-array so it means pointing to address of arr [0] so address size woul...
To see more, click for the full list of questions or popular tags.