Question Set

1. 8 7 12 33 128 635 6 (1) (2) (3) (4) (5) What will come in place of (3) ?






Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->What is the number in the place of ? in the sequence 3, 28, 128, 353, 753, ?....
QA->‘I have been touring different parts of the world. During these travels, I have had the good fortune to come into contact with several saints and maharshis. But I have frankly to admit that I have never come across one who is spiritually greater than Swami Sree Narayana Guru of Kerala” Whose words are these?....
QA->“During my travels throughout the world, I have had the good fortune to come in contact with several saints and maharishis... But I have frankly to admit that I have never come across one who is spiritually greater than Swami Narayana Guru or a person who is at par with him in spiritual attainment.” Who paid tribute in the above words after visiting Sree Narayana Guru?....
QA->The latitude of a place expresses its angular position relative to the place of which point?....
QA->The latitude of a place is the same as which place?....
MCQ->8 7 12 33 128 635 6 (1) (2) (3) (4) (5) What will come in place of (3) ?....
MCQ->Match the following phrases with their meanings and select the answer from the codes given below : Phrases Meanings a) come back to 1. to lead to a final result b) come down to 2. to climb c) come along 3. to return to d) come up 4. to go with someone....
MCQ->Which of the following statements are correct about the program? #include<stdio.h> char fun(unsigned int num, int base); int main() { char s; s=fun(128, 2); s=fun(128, 16); printf("%s\n",s); return 0; } char fun(unsigned int num, int base) { static char buff[33]; char ptr = &buff[sizeof(buff)-1]; ptr = '\0'; do { --ptr = "0123456789abcdef"[num %base]; num /=base; }while(num!=0); return ptr; }....
MCQ->Point out the error in the program (in Turbo-C). #include<stdio.h> #define MAX 128 int main() { const int max=128; char array[max]; char string[MAX]; array[0] = string[0] = 'A'; printf("%c %c\n", array[0], string[0]); return 0; }....
MCQ->A three stage telephone switching structure is to have 128 input and 128 output terminals. It has been found that at peak time the utilization probability is 0.1. The number of intermediate links required for non-blocking configuration is 15. If the actual number of intermediate links is 5, the probability of blocking of call is....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution