Answer Posted / basri zuber a
array is collection of similer datatype.structure is
collection of diffrent diffrent data type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the purpose of "extern" keyword in a function declaration?
Do you know the difference between exit() and _exit() function in c?
what is the basis for selection of arrays or pointers as data structure in a program
What are the types of data structures in c?
What is the difference between call by value and call by reference in c?
Explain what is the benefit of using #define to declare a constant?
What do you know about the use of bit field?
What is the difference between procedural and declarative language?
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
What is selection sort in c?
write a program for the normal snake games find in most of the mobiles.
What is hashing in c?
Explain 'bit masking'?
What's the total generic pointer type?
What is the difference between malloc() and calloc()?