0 votes
1 answer
1
What is the best way to solve a 0/1 knapsack problem? Any trick to solve it without wasting much time?Not How to
1 votes
1 answer
2
What is coalescence rule in MVD?
0 votes
1 answer
3
What are some reliable and good test-series for GATE CSE 19'?Also, how many of them should I join considering that I spend the last two months of my preparation on them?
0 votes
1 answer
5
Is L = { $a^{n}b^{n}c^{2n}$ | n>=0 } a context free language?
0 votes
0 answers
6
How does the array related expression in printf works #include <stdio.h int main(void) { // your code goes here int a[3][4] = { 1,2,3,4,5,6,7,8,9,10,11,12 }; printf("%u",...
0 votes
0 answers
7
What is the output of this code void main(){ char *s = "\12345678\n"; printf("%d",sizeof(s)) }
0 votes
1 answer
8
How does the following expression evaluate to if suppose n=2n=2; a[++n]=n++;
0 votes
0 answers
9
How does the following expression evaluate to if suppose n=2a[++n]=n++;
0 votes
0 answers
10
Are questions other than C Language a part of Gate19 syllabus?I found questions - Based on C++- Concepts of OOP- Language and there characteristic matchingand many others...
0 votes
1 answer
11
The Following code has output Gate2019 #include <stdio.h char* fun(){ char* temp = "Gate2019"; return temp; } int main(void) { // your code goes here puts(fun()); return...
1 votes
0 answers
12
0 votes
0 answers
13
What is the topic wise syllabus for Graph Theory? Does the syllabus contain only undirected and simple graphs?