For the following questions answer them individually
Three coins are tossed simultaneously. The probability that they will fall two heads and onefail is
What is the output of the following C code?
#include <stdio.h>
#include <conio.h>
void main()
{
int index;
for(index = 1; index <= 5; i++)
{
printf("%d" , index);
if(i == 3)
continue;
}
}
The arithmetic mean of attendance of 49 students of class A is 40% and that of 53 students of class B is 35%. Then the % of arithmeticn mean of attendance of class A and B is
Which of the following sentences can be generated by
$$S -> aS \mid bA$$
$$A -> d \mid cA$$
Numberof comparisons required for an unsuccessful search of an element in a sequential search organized, fixed length, symboltable of iength Lis