In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- Consider the language L(a+b)*b(a+b) given by the regular expression over the alphabet {a,b}. The smallest number of states needed in a …
In this video, the question which was asked in the exam of GATE 2017, has been discussed.
In this video, the question which was asked in the exam of GATE 2017, has been discussed.
In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- Threads of a process share 1, global variables but no heap 2. heap but not global variables 3. neither global variables …
In this video, the question which was asked in the exam of GATE 2017, has been discussed.
In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- The following functional dependencies hold true for the relational schema R{V, W, X, Y, Z} ; V → W VW → …
In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- A Sender S sends a message m to receiver R, which is digitally signed by S with its private key. In …
In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- Consider a TCP client and a TCP server running on two different machines. After completing data transfer, the TCP client calls …
In this video, the question which was asked in the exam of GATE 2017, has been discussed. Question :- Consider the following C code : #include int *assignval (int*x, int val){ *x = val; return x; } void main (){ …
In this video the question which was asked in the exam of GATE 2017, has been discussed.
In this video the question which was asked in the exam of GATE 2017, has been discussed. Question :- Consider the C struct defined below : struct data { int marks [100]; char grade; int cnumber; }; struct data student; …
In this video the question which was asked in the exam of GATE 2017, has been discussed.