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...

difference between function & structure

Answer Posted / lakkup

structure:it holds dissimiliar datatypes when compared to
array.

function:it is used when an operation has to be done by
skipping some of the stepsi.e., function call

Is This Answer Correct ?    12 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are preprocessor directives in c?

1154


how do you execute a c program in unix.

1154


What are the different types of control structures?

1082


How does pointer work in c?

1190


What is static and auto variables in c?

1138


Explain what is output redirection?

1242


What is spaghetti programming?

1195


What do you mean by dynamic memory allocation in c?

1148


provide an example of the Group by clause, when would you use this clause

2244


Why we use stdio h in c?

1091


What is the difference between a string and an array?

1257


.find the output of the following program? char*myfunc(char*ptr) { ptr +=3; return (ptr); } int main() { char*x,*y; x="HELLO"; y=myfunc(x); printf("y = %s ",y); return 0; }

2659


Where is volatile variable stored?

1141


Define Array of pointers.

1153


Is a pointer a kind of array?

1243