Answer Posted / nikita
array is continous memory allocation for some data types.
<data ytpe> array name .[no of element].
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain the process of converting a Tree into a Binary Tree.
Which is best book for data structures in c?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
write a C program:There is a mobile keypad with numbers 0-9 and alphabets on it. Take input 0f 7 keys and then form a word from the alphabets present on the keys.
Is array a primitive data type in c?
Is register a keyword in c?
What is a dynamic array in c?
What is the meaning of typedef struct in c?
How does #define work?
How can I read in an object file and jump to locations in it?
What do you understand by friend-functions? How are they used?
How do you construct an increment statement or decrement statement in C?
How do you define CONSTANT in C?
What is a list in c?
Are pointers really faster than arrays?