0 votes
0 answers
1
what is the correct answer?
0 votes
0 answers
2
did COAP portal is only the m.tech acceptance portal or it is for both M.tech as well as M.S?*although i have got offer letter from iitk (ms), but still coap is showing n...
0 votes
0 answers
4
What is the max height of recursion tree of recurrence $c(100,50)$?here, the recursive function is defined as$c(n,k) = c(n-1,k-1) + c(n,k-1)$terminating condition$c(n,n) ...
3 votes
1 answer
5
0 votes
1 answer
6
State true or false?{1,2} - {1,2,3} = ɸ
2 votes
3 answers
7
$\textbf{VPN}$ Works at which layer?Application layerTransport layerNetwork layerData-link layer
0 votes
1 answer
8
#include<stdio.h void temp(int a[]); main(){ int a[5]={1,2,3,4,5}; printf("%d", sizeof(a)); temp(a); } void temp(int a[]){ printf(" %d", sizeof(a)); }Output of above code...
1 votes
2 answers
9
Encode / Decode data for physical transmission is done by which layer of OSI reference model?
1 votes
1 answer
10
Where to study Software Engineering for ISRO Exam?
0 votes
0 answers
11
B tree has minimum space utilization equals to 66.6%.explain?
2 votes
3 answers
12
How To Solve..? 17 * d = 1 mod 3120.should we need to apply bruteforce?
3 votes
1 answer
13
in how many ways 2 alike apple, 3 alike orange and 4 alike mango can be given to 3 children if each child can have none or 1 or more than 1 fruits.
2 votes
1 answer
14
How many words can be formed using the word "ARYASTARK" ?
4 votes
2 answers
15
A train has 12 stations on it's route and it has to stopped at any 4 station, such that no two stations are consecutive.find number of possible way for choosing 4 station...
1 votes
0 answers
16
If 100! = (2n ) * K, where K is odd number, find n ?
2 votes
2 answers
17
Find number of zero's at the end of (2018)! ?
1 votes
1 answer
18
which function will going to be call first?x = f1() + f2()is it compiler dependent ?
2 votes
1 answer
19
Given h(n) < f(n) < g(n).statement 1: h(n)=O(f(n)); g(n)=Ω(f(n))Statement 1 is True / False?
5 votes
1 answer
20
Someone Please Explain thishttps://gateoverflow.in/2046/gate2014-3-12