L1: If it rains then the cricket match will not be played.
It did not rain.
Inference: The cricket match was played.
L2: If it rains then the cricket match will not be played.
The cricket match was played.
Inference: There was no rain.
Which of the following is TRUE?
char inchar = 'A';
switch (inchar)
{
case 'A' :
printf ("choice A \n") ;
case 'B' :
printf ("choice B ") ;
case 'C' :
case 'D' :
case 'E' :
default:
printf ("No Choice") ;
}
fork();
fork();
fork();
The total number of child processes created is:
1 answer = 0.1 SBD//2 answers = 0.3/0.1 SBD//3 answers = 0.6 SBD
- 0.1 //
- 0.3 //
- 0.6
- 0.1 //
0.3 //
- 0.6
// - 0.3 //
- 0.6
- 0.1
- 0.1
- 0.1
(Prize pull was adjusted since we had more people who guessed 2 answers correctly and only 2 people who guessed 1 answer correctly, so I've gave 0.1 to people who guessed 2)