Answer Posted / yug
array is a sequential collection of elements of same data
types and those are stored in contiguous memory locations.
| Is This Answer Correct ? | 80 Yes | 15 No |
Post New Answer View All Answers
What are the salient features of c languages?
Why c is called top down?
What is the use of structure padding in c?
What is spark map function?
What is the main difference between calloc () and malloc ()?
Is there a built-in function in C that can be used for sorting data?
Describe the steps to insert data into a singly linked list.
Whats s or c mean?
What is %d used for?
how do you execute a c program in unix.
What is FIFO?
Explain 'bit masking'?
Write a program to swap two numbers without using the third variable?
What is calloc in c?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.