Answer Posted / 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 |
Post New Answer View All Answers
What the advantages of using Unions?
What do you mean by keywords in c?
Why is #define used?
How do I determine whether a character is numeric, alphabetic, and so on?
What is difference between structure and union with example?
Why main is not a keyword in c?
What is logical error?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
What does %p mean?
Why c is called object oriented language?
how to capitalise first letter of each word in a given string?
How do we open a binary file in Read/Write mode in C?
Is multithreading possible in c?
What is the scope of an external variable in c?
write a program to rearrange the array such way that all even elements should come first and next come odd