what is difference between array and structure?

Answer Posted / rajprasadmaity

collection is similar data type array
array always start from 0
array size fixed

Is This Answer Correct ?    123 Yes 36 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sizeof int?

620


Is that possible to add pointers to each other?

883


Tell me is null always defined as 0(zero)?

656


What are the types of macro formats?

590


Is c compiled or interpreted?

651






Explain what is the benefit of using const for declaring constants?

600


Is printf a keyword?

747


What is dynamic memory allocation?

793


How do you list a file’s date and time?

617


What is a void pointer? When is a void pointer used?

611


Why we use break in c?

536


Why is c used in embedded systems?

596


What is the purpose of realloc()?

654


What is the Purpose of 'extern' keyword in a function declaration?

635


Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc

5042