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.
In this video the question which was asked in the exam of GATE 2017, has been discussed. Question :- Consider the C code fragment given below typedef struct node { int data; node* next; } node; void join(node*m, node*n) { …
In this video the question which was asked in the exam of GATE 2017, has been discussed. Question :- The n-bit fixed-point representation of an unsigned real number X uses f bits for the fraction part. Let i = n-f. …
In this video the question which was asked in the exam of GATE 2017, has been discussed. Question :- Let T be a binary search tree with 15 nodes. The minimum and maximum possible heights of T are : Note …
In this video the question which was asked in the exam of GATE 2017, has been discussed.