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 / aaa

structure uses keyword struct while declaring,
whereas array doest use any keyword for declaration.

Is This Answer Correct ?    25 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do I use strcmp?

1128


Explain logical errors? Compare with syntax errors.

1125


Explain main function in c?

1134


my project name is adulteration of chille powder.how can i explain it to the hr when he asks me about the project?

1644


What is a null string in c?

1099


Describe explain how arrays can be passed to a user defined function

1162


Why n++ execute faster than n+1 ?

3142


How can you allocate arrays or structures bigger than 64K?

1200


Write a program to use switch statement.

1178


C program execution always begins with a) #include b) comment (/*-------*/) c) main() d) declaration instructions

1103


What is the significance of c program algorithms?

1193


Why we use int main and void main?

1115


What is struct node in c?

1118


Explain how do you determine a file’s attributes?

1090


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.

1852