Answer Posted / amit
A set of data values and associated operations that are
precisely specified independent of any particular
implementation.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is c still used?
Where are local variables stored in c?
Why void main is used in c?
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 is the g value paradox?
How do you define structure?
What is double pointer?
What is the maximum length of an identifier?
How can you avoid including a header more than once?
Explain what are reserved words?
Where can I get an ansi-compatible lint?
Why c is called procedure oriented language?
When can a far pointer be used?
Was 2000 a leap year?
Do you know the use of fflush() function?