Answer Posted / jolly
array is on type of index
| Is This Answer Correct ? | 43 Yes | 25 No |
Post New Answer View All Answers
What is the method to save data in stack data structure type?
What is the use of the function in c?
What is s or c?
What is a example of a variable?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
Explain how can you determine the size of an allocated portion of memory?
What is an arrays?
How was c created?
What is the scope of static variable in c?
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 build process in c?
Is fortran still used in 2018?
Can a variable be both const and volatile?
What is the purpose of & in scanf?
What is the significance of an algorithm to C programming?