Skip to content

Tag Archives: GATE-CS-2000

Let S and T be language over Σ = {a,b} represented by the regular expressions (a+b*)* and (a+b)*, respectively. Which of the following is true?… Read More
The determinant of the matrix is     (A) 20  (B) 4  (C) 0  (D) 5  Answer: (B)Explanation: It is a 4*4 matrix, in the first… Read More
An n x n array v is defined as follows: v[i, j] = i-j for all i, j, 1 <= i <= n, 1 <=… Read More
The minimum number of cards to be dealt from an arbitrarily shuffled deck of 52 cards to guarantee that three cards are from some same… Read More
Following questions have been asked in GATE CS exam. 1. Consider the following functions Which of the following is true? (GATE CS 2000) (a) h(n)… Read More
Following questions have been asked in GATE CS exam. 1.Assume the following C variable declaration int *A [10], B[10][10]; Of the following expressions I A[2]… Read More
Following questions have been asked in GATE CS exam. 1. Consider the following three C functions : [PI] int * g (void)  {    int x… Read More