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

array is scope of variable
structure is a scope of data type

Is This Answer Correct ?    12 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does sizeof return c?

1012


program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)

2045


What is the use of pointers in C?

1024


Who is the main contributor in designing the c language after dennis ritchie?

953


Explain how do you search data in a data file using random access method?

1070


Differentiate between new and malloc(), delete and free() ?

1134


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

989


What are the disadvantages of a shell structure?

1267


What is n in c?

977


What is calloc malloc realloc in c?

1011


How will you declare an array of three function pointers where each function receives two ints and returns a float?

1292


What is the use of sizeof () in c?

993


printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions

1096


Write a program to print fibonacci series using recursion?

1007


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3915