Recent questions tagged non-gate

3 votes
2 answers
481
#include <stdio.h int main() { int i; printf("%d", &i)+1; scanf("%d", i)-1; }a. Runtime error.b. Runtime error. Access violation.c. Compile error. Illegal syntaxd. None o...
0 votes
1 answer
483
Match the following $:$$\begin{array}{} \text{a. }& \text{Watson-Felix model} & \text{i.}& \text{Failure intensity} \\ \text{b.}& \text{Ouick-Fix model} & \text{ii.} & \...
2 votes
2 answers
486
1 votes
2 answers
487
0 votes
1 answer
492
1 votes
1 answer
493
2 votes
1 answer
495
Match the following with respect to java.util.$\ast$ class methods :$\begin{array}{clcl} \text{(a)} & \text{Bit Set} & \text{(i)} & \text{Time zone getTimezone()} \\ \t...
3 votes
1 answer
496
2 votes
1 answer
497
2 votes
2 answers
499
2 votes
1 answer
500
1 votes
2 answers
501
1 votes
1 answer
502
1 votes
2 answers
504
1 votes
2 answers
505
1 votes
1 answer
506
3 votes
1 answer
507
0 votes
2 answers
508
0 votes
3 answers
509
Which of the following color models are defined with three primary colors ? RGB and HSV color modelsCMY and HSV color modelsHSV and HLS color modelsRGB and CMY color mode...