Individual receptors of lens system of crayfish are called
What will be the output of the program
#include
int main()
{
int i=-3, j=2, k=0, m;
m = ++i || ++j && ++k;
printf("%d, %d, %d, %d\n", i, j, k, m);
return 0;
}
Solve for value of x and y if 5x - y = 5 and 3x + 2y = 29
If it is possible to make only one meaningful word with the fourth, the fifth, the seventh and the eleventh letters of the word PREDICTABLE, which of the following will be the first letter of that word? If only two such words can be formed, give 'P' as the answer; if three or more than three such words can be formed, given 'Z' as the answer; and if no such word can be formed, given 'X' as the answer
Statement:After collision of two vessels in the sea all the crewmen and passengers are declared as missing. - A news report.Conclusions:I. No one from the two vessels has survived after the collision.II. A few persons from the two vessels may have survived and are missing
Which pair of the letters in the word BEAUTIFUL has the same relationship between its letters which respect to their position in the English alphabet as the pair EA in that word has between its letters
How many pairs of letters are there in the word CRYSTALLIZE, which have as many between them as in the alphabet
Which of the following relates to FLOWER in the same way as RTERBN relates to SECTOR
How many such pairs of letters are there in the word ORIENTAL each of which has many letters between them in the word as in the English letters
How is my father's mother's only daughter-in-law's sister related to me
What does the following piece of code do?for (int i = 0; i < arr.length-1; i++){ for (int j = i+1; j < arr.length; j++) { if( (arr[i].equals(arr[j])) && (i != j) ) { System.out.println(arr[i]); } }}
If letters in the word UNIVERSAL are arranged in the alphabetical order and each letter is assigned numerical value equal to its serial number from the left in this rearranged order, what is the difference in the total of numerical values of vowels and that of consonants
If each of the vowels i.e. A, E, I, O & U along with the 3rd letter to it right in the alphabet are taken out and arranged one after the other in the same order followed by the remaining letters of the alphabet, which of the following will be 5th to the left of the 19th letter from the left in the new arrangement