O,T,T,F,F,S,S,E,N,?,?,?,T,F,F,S,S,E,N
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
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 |
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 |
by seeing we can understand that .....N O T fit as the
correct possible
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / pritam
n-- 1st
o-- 2nd
t-- 3 rd
Series is repeated again.
| Is This Answer Correct ? | 6 Yes | 12 No |
What is the difference between array and structure in c?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it.
5 Answers TCS, Vimukti Technologies,
In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping
Does sprintf put null character?
What is external variable in c?
Explain what a Binary Search Tree is.
hw can we delete an internal node of binary search tree the internal node has child node..plz write progarm
struct node {struct node*temp,*new} prinf("%d",sizeof(struct node));
Why do we need functions in c?
what is difference between c and c++
Write a program to print distinct words in an input along with their count in input in decreasing order of their count..
Why we use int main and void main?