0 votes
1 answer
19421
Is it static declaration or static assignment?int main() { int x=20; static int y=x; if(x==y) printf("Equal"); else printf("Not Equal"); return 0; }What is output?and why...
4 votes
1 answer
19422
True/False :1)Several threads can share same physical address space.2)Several threads can share same virtual address space.
1 votes
1 answer
19423
Is this expression correct?
37 votes
3 answers
19426
0 votes
0 answers
19427
can someone please provide me answer keys to gate cse workbooks by made easy 2018?
0 votes
0 answers
19429
For an DFA having exactly 2 a’s and more than 3 b’s what is the minimum number of states???
0 votes
1 answer
19431
Pre booking for GO pdf hardcopy available?
0 votes
0 answers
19432
design a counter with the following binary sequence:0,4,2,1,6 and repeat use JK flip-flop
23 votes
3 answers
19433
A hash table of length $10$ uses open addressing with hash function $h(k) = k \mod 10$, and linear probing. After inserting $6$ values into an empty hash table, the table...
2 votes
2 answers
19437
how many positive integers between 50 and 100,(a) divisible by 7(b) divisible by 11(c) divisible by 7 and 11?
0 votes
1 answer
19439
1 votes
0 answers
19440
I scored 52.67 marks(Score 632)! Do I have any option? Is there any chance of admission in Bits or IIIT-B or IIIT-A?