Recent questions tagged iisccsaresearch2016

0 votes
2 answers
3
Which of the following statement(s) is(are) true?If $n$ is odd prime number then $2^{n-1} \text{ mod } n =1$If $2^{n-1} \text{ mod } n =1$ for a number $n$ then $n$ is pr...
0 votes
1 answer
7
What is the output of the following program?int main() { int i=0; do { if (i >=5) { i+=2; printf("%d \n", i); break; } else { printf("%d \n", ++i); continue; } } while (i...
0 votes
1 answer
9
Which of the following components of a compiler runs earlier in the flow of compilation?- the lexical analyser- the type checker
0 votes
1 answer
10
What is the determinant of the following matrix?$\begin{matrix} 76 && 18 && 34 \\ 14 && 12 && 6 \\ 90 && 30 && 40 \end{matrix}$
To see more, click for the full list of questions or popular tags.