CHATARGEE ONLINE EXAMS ETEST 1
Your score will be displayed while taking the exam itself. After finishing the ONLINE EXAM press index or => to go to the other etests. ALL THE BEST!
A sequence is given. You should find out error & write correct 1 2 5 10 13 26 29 48
- 48
- 29
- 5
- 1
2,3 6,7 14,15 29,46
- 46
- 29
- 7
- 2
Girl is 13'th highest,13th lowest. How many member.
- 25
- 26
- 32
- None of the Given Answers
Rearrange MERGANY
- GERMANY
- GORMOND
- GORILLA
- None Of the Given Answers
If speed of ongoing train is 24 and while return is 48 avg =
- 32
- 34
- 12
- 56
1,2,2,4,8,?
- 23
- 32
- 67
- 45
55*55*55+45*45*45/55*55-55*45+45*45
- 100
- 120
- 150
- None Of The Given Answers
4^^61 + 4^^62 + 4^^63 + 4^^64 . this sum is divisible by which of the following ?
- 17
- 18
- 192
- 20
#define min((a),(b)) ((a)<(b))?(a)b)
main()
{
int i=0,a[20],*ptr;
ptr=a;
while(min(ptr++,&a[9])<&a[8]) i=i+1;
printf("i=%d\n",i);}
- 5
- 6
- 7
- 8
main()
{char a[10]={1,2,3,4,5,6};int x;
for(x=0;x<4;x++){ b[x]=x+'a';}
printf("%s",b);}
- abcd56
- abcd55
- abcd67
- None Of the Given Answers