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 keyword in c?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
without using arithmatic operator convert an intger variable x into x+1
Write a program to check palindrome number in c programming?
Explain two-dimensional array.
How do you define a string?
how can i calculate mean,median,mode by using c program
the factorial of non-negative integer n is written n! and is defined as follows: n!=n*(n-1)*(n-2)........1(for values of n greater than or equal to 1 and n!=1(for n=0) Perform the following 1.write a c program that reads a non-negative integer and computes and prints its factorial. 2. write a C program that estimates the value of the mathematical constant e by using the formula: e=1+1/!+1/2!+1/3!+.... 3. write a c program the computes the value ex by using the formula ex=1+x/1!+xsquare/2!+xcube/3!+....
Can true be a variable name in c?
What are integer variable, floating-point variable and character variable?
How does #define work?
Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.