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?

Answers were Sorted based on User's Feedback



what is the structure?..

Answer / guest

structure is the diff collection of datatypes

Is This Answer Correct ?    14 Yes 0 No

what is the structure?..

Answer / som87

A Structure in C is a collection of different data types.
While in C++ a structure consist of Data types and functions.

Is This Answer Correct ?    10 Yes 3 No

what is the structure?..

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

what is the structure?..

Answer / a\sivasankar.a

structure is an derived data type and it is a collection of
different data types stored in s single stucture

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C Interview Questions

what is the different between data structure and data type?

1 Answers   Ignou,


How can I read in an object file and jump to locations in it?

0 Answers  


What is the sizeof () operator?

0 Answers  


write a program to print the consecutive repeated character from the given string... input string is : hhhhjkutskkkkkggggj output should be like this: hhhhkkkkkgggg anyone help me...

0 Answers  


What is the use of a ‘’ character?

0 Answers  


main() { printf("hello%d",print("QUARK test?")); }

5 Answers  


what are threads ? why they are called light weight processes ? what is the relation between process and threads ?

1 Answers  


How many levels deep can include files be nested?

0 Answers  


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

0 Answers  


Do you know the difference between exit() and _exit() function in c?

0 Answers  


what is the use of using linked list and array?

10 Answers   Infosys, TCS,


Is it better to use a macro or a function?

0 Answers  


Categories