O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N

Answers were Sorted based on User's Feedback



O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / nishanth

o-1
t-2
t-3
f-4
f-5
s-6
s-7
e-8
n-9
T-10
E-11
T-12
t-13
f-14
.
.
.
.
n-19
it is simply the 1,2,3... order

Is This Answer Correct ?    26 Yes 1 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / surya

O-> One
T-> Two
like

Is This Answer Correct ?    26 Yes 5 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / jacob

1 = One = O
2 = Two = T
3 = Three = T
4 = Four = F
5 = Five = F
6 = Six = S
7 = Seven = S
8 = Eight = E
9 = Nine = N
10 = Ten = T

Just look at the first letter of the number and then that
will be you letter

Is This Answer Correct ?    22 Yes 3 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / harish

o-1
t-2
t-3
f-4
f-5
s-6
s-7
e-8
n-9
T-10
E-11
T-12
t-13
f-14
f-15
s-16
s-17
e-18
n-19
it is Just numarical order in alpha betical manner

Is This Answer Correct ?    18 Yes 1 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / tom the frog

Just stating the obvious:

T, E, T

Given that they are the first letters of the positive integers.

Is This Answer Correct ?    8 Yes 0 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / ranjitha

one - 1
Two - 2
and so on
Nine - 9
Ten - 10
Eleven - 11
twelev - 12

Is This Answer Correct ?    5 Yes 0 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / raghavendra reddy

N
O
T
it is reapetedly
like:
O,T,T,F,F,S,S,E,N,n,o,t,T,F,F,S,S,E,N,.....

Is This Answer Correct ?    5 Yes 6 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / gallanticscorp

by seeing we can understand that .....N O T fit as the
correct possible

Is This Answer Correct ?    1 Yes 3 No

O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N..

Answer / pritam

n-- 1st
o-- 2nd
t-- 3 rd

Series is repeated again.

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More C Interview Questions

How. To pass the entrance test

1 Answers   Tech Mahindra,


Add Two Numbers Without Using the Addition Operator

0 Answers  


What is the purpose of type declarations?

0 Answers  


#include<stdio.h> void main() { int a,b,c; a=b=c=1; c=++a || ++b && ++c; printf("%d\t%d\t%d",a,b,c); }

3 Answers  


Is c is a low level language?

0 Answers  






Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


1 1 1 1 2 1 1 3 3 1 1 4 6 4 1

3 Answers  


f(x,y,z) { y = y+1; z = z+x; } main() { int a,b; a = 2 b = 2; f(a+b,a,a); print a; } what is the value of 'a' printed

5 Answers  


Explain how can I make sure that my program is the only one accessing a file?

0 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


what is the difference b/w compiler and debugger?

2 Answers   Assurgent,


What is the difference between a free-standing and a hosted environment?

0 Answers   Aspire,


Categories