what is difference between array and structure?
Answer Posted / kalyani joshi
array has indexed data type.
data type of structure is object type.
| Is This Answer Correct ? | 86 Yes | 28 No |
Post New Answer View All Answers
Explain function?
What is the difference between new and malloc functions?
What does the characters “r” and “w” mean when writing programs that will make use of files?
What is the difference between a string and an array?
Can we assign string to char pointer?
Explain how can I manipulate strings of multibyte characters?
Is c programming hard?
What is the difference between strcpy() and memcpy() function in c programming?
What is meant by preprocessor in c?
How can I implement a delay, or time a users response, with sub-second resolution?
Write a program to check palindrome number in c programming?
What is variables in c?
How are pointers declared in c?
What are the advantages of union?
How do you determine the length of a string value that was stored in a variable?