Answer Posted / mubarak khowaja
array is the collection of similer data type,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is bubble sort in c?
What is #pragma statements?
If you know then define #pragma?
What is const volatile variable in c?
Explain how can you determine the size of an allocated portion of memory?
How does normalization of huge pointer works?
How to throw some light on the b tree?
What is a macro, and explain how do you use it?
What is the value of h?
What does return 1 means in c?
What is #define used for in c?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
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.
How reliable are floating-point comparisons?
What is exit() function?