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

Can we access RAM? How? Whats the range of access? Similarly What are other hardware we can access?

1 Answers  


Write a program which has the following seven functions. The functions should be: • main() this calls the other 6 functions • fget_long() a function which returns a long data type from a file • fget_short() a function which returns a short integer variable from a file • fget_float() a function which returns a floating point variable from a file • fprt_long() a function which prints its single, long argument into a file • fprt_short() a function which prints its single, short argument into a file • fprt_float() a function which prints its single, floating point argument into a file. You should use fscanf() to get the values of the variables from the input (the file) and fprintf() to print the values to the other file. Pay attention to using the correct format for each of the data types.

0 Answers  


Can you write a programmer for FACTORIAL using recursion?

0 Answers   ADP,


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


how can use subset in c program and give more example

0 Answers  


What are the types of bitwise operator?

0 Answers  


What is quick sort in c?

0 Answers  


Why is sprintf unsafe?

0 Answers  


Explain what are multidimensional arrays?

0 Answers  


How can you pass an array to a function by value?

0 Answers  


how to find out the inorder successor of a node in a tree??

2 Answers   TCS, Yahoo,


Explain what is the best way to comment out a section of code that contains comments?

0 Answers  


Categories