0 votes
2 answers
1
hello.....how was the paper.....gate 2018 cse?share your experience with the paper....
1 votes
0 answers
2
Can any one explain view serializability and how to check if only one schedule is given
1 votes
0 answers
3
0 votes
1 answer
4
#include <stdio.h>int main(){ //int a; char c='a'; switch(c){ case 'a' && 1:printf("gate"); case 'b' && 1:printf("cse"); break...
1 votes
0 answers
5
main(){int i,n;for(i=1;i<=n;++i){print("*");fork();}}the output for the following program?
1 votes
2 answers
6
An XOR gate will act as __________ when one of its input is one and as ________ when one of its input is zero.a) buffer, buffer b) buffer, inverter c) inve...