Recent questions tagged tbb-mockgate-4

0 votes
2 answers
37
The value of $ f + g $ in the above circuit is:$x{}'y + x{}'z + yz + yz{}'$$x{}'y + x{}'z + y{}'z'+ y{}'z$$x{}'y + y{}'z{}' + yz + x{}'z$$xy + y{}'z{}'+ x{}'z + yz$
1 votes
1 answer
44
1 votes
1 answer
45
2 votes
1 answer
52
1 votes
2 answers
55
2 votes
1 answer
57
3 votes
1 answer
60
Consider the below $C$ code:#include<stdio.h int main() { char a[] = "gateoverflow"; char *p = a; printf("%s", p+p[3]-p ); }The output will be : gate eoverflow overflo...