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 answer
3
What is coalescence rule in MVD?
1 answer
5
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?
1 answer
7
Is L = { $a^{n}b^{n}c^{2n}$ | n>=0 } a context free language?
0 answers
8
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 answers
9
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 answers
10
What is the output of this code void main(){ char *s = "\12345678\n"; printf("%d",sizeof(s)) }
1 answer
11
How does the following expression evaluate to if suppose n=2n=2; a[++n]=n++;
0 answers
12
How does the following expression evaluate to if suppose n=2a[++n]=n++;
2 answers
13
How to solve this type of questions
1 answer
14
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...
0 answers
18
What is the topic wise syllabus for Graph Theory? Does the syllabus contain only undirected and simple graphs?
2 answers
20
At x = 0, the function f(x)=|x| has(A) a minimum(B) a maximum(C) a point of inflection(D) neither a maximum nor minimum
1 answer
21
Is the function $f(x)=\frac{1}{x^{\frac{1}{3}}}$ continous in the interval [-1 0) ?