Answer Posted / surendra
Array is the collection of similar data types.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is volatile c?
What is the most efficient way to store flag values?
What is malloc calloc and realloc in c?
What is a char in c?
Not all reserved words are written in lowercase. TRUE or FALSE?
Is exit(status) truly equivalent to returning the same status from main?
Explain the concept and use of type void.
What the different types of arrays in c?
What are the modifiers available in c programming language?
How variables are declared in c?
What is meant by initialization and how we initialize a variable?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Write a function stroverlap that takes (at least) two strings, and concatenates them, but does not duplicate any overlap. You only need to worry about overlaps between the end of the first string and the beginning of the second string. Examples: batman, manonthemoon = batmanonthemoon batmmamaman, mamamanonthemoon = batmmamamanonthemoon bat, man = batman batman, batman = batman batman, menonthemoon = batmanmenonthemoon
What is time complexity c?
What is static identifier?