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

I) Inside the Structure we can use Property,Indexes,etc..
II) Both constants and enumerations may be defined within a
structure,
III) Multiple constructors can be created within a
structure.
IV) EVENTS is possible in structures
v) Memory wise differ

Is This Answer Correct ?    31 Yes 15 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are c identifiers?

1050


 write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare.  You will then tabulate this information in another file.

2163


Why c is called procedure oriented language?

1001


how many key words availabel in c a) 28 b) 31 c) 32

1019


Why void main is used in c?

1014


What is an array in c?

1006


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

3859


I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.

2326


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

1250


What do you mean by dynamic memory allocation in c?

1057


What is a built-in function in C?

1525


What is the purpose of type declarations?

1084


Write the test cases for checking a variable having value in range -10.0 to +10.0?

2275


difference between Low, Middle, High Level languages in c ?

2032


What do mean by network ?

1109