Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is difference between array and structure?

Answer Posted / priya

Array have same data type and static memory allocation....
Structure have different data type and dynamic memory
allocation

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different storage class specifiers in c?

1040


Function calling procedures? and their differences? Why should one go for Call by Reference?

1040


How can I write a function analogous to scanf?

1098


What happens if header file is included twice?

1089


What is action and transformation in spark?

1081


What are qualifiers and modifiers c?

938


Explain what is a program flowchart and explain how does it help in writing a program?

1042


Write a program to print ASCII code for a given digit.

1035


In which header file is the null macro defined?

1301


using only #include and #include Write a program in C that will read an input from the user and print it back to the user if it is a palindrome. The string ends when it encounters a whitespace. The input string is at most 30 characters. Assume the string has no spaces and distinguish between and lowercase. So madam is a palindrome, but MadAm is not a palindrome. Use scanf and %s to read the string. Sample Test: Enter a string: madam madam is a palindrome. Enter a string: 09023 09023 is not a palindrome.

1768


What is difference between array and structure in c?

1091


write a program to concatenation the string using switch case?

2034


How can I invoke another program (a standalone executable, or an operating system command) from within a c program?

1129


What are the types of type qualifiers in c?

1030


Explain how do you determine whether to use a stream function or a low-level function?

1024