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

write a program to find the given number is prime or not

2 Answers   Accenture, Vasutech,


Which of the following sorts is quickest when sorting the following set: 1 2 3 5 4 1) Quick Sort 2) Bubble Sort 3) Merge Sort

7 Answers  


Convert the following expression to postfix and prefix (A+B) * (D-C)

3 Answers   Satyam,


Give basis knowledge of web designing ...

0 Answers   HCL,


What is a C array and illustrate the how is it different from a list.

1 Answers   Amazon,






Function shall sum members of given one-dimensional array. However, it should sum only members whose number of ones in the binary representation is higher than defined threshold (e.g. if the threshold is 4, number 255 will be counted and 15 will not) - The array length is arbitrary - output the results to the stdout

0 Answers   XYZ,


void main() { for(; 0 ;) ... { printf("hello"); ... } getch(); }

1 Answers  


How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.

1 Answers  


yogesh patil in dell

3 Answers   DELL,


What are high level languages like C and FORTRAN also known as?

0 Answers  


Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon

0 Answers  


Write a program to print all the prime numbers with in the given range

8 Answers   ABC, College School Exams Tests, TCS,


Categories