Search results for iisc-interview

1 votes
0 answers
21
Who all going to IISc. Research interviews? Just comment below if going.
0 votes
2 answers
22
0 votes
2 answers
24
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
26
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
27
Which of the following components of a compiler runs earlier in the flow of compilation?- the lexical analyser- the type checker