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 the structure?

Answer Posted / suriya

Structures are the C equivalent of records. A structure type
is defined by
struct struct-name
{
type field-name;
type field-name; ...
}

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between text files and binary files?

1400


What is bin sh c?

1099


Why is c still so popular?

1104


What are the different categories of functions in c?

1182


What is the data segment that is followed by c?

1142


how to create duplicate link list using C???

2606


Describe newline escape sequence with a sample program?

1173


write a program to print largest number of each row of a 2D array

2372


Why array is used in c?

1064


Is printf a keyword?

1261


in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none

1156


What are the advantages and disadvantages of pointers?

1124


Can you write the function prototype, definition and mention the other requirements.

1201


Why is it usually a bad idea to use gets()? Suggest a workaround.

1873


What is quick sort in c?

1164