what are the uses of structure?

Answers were Sorted based on User's Feedback



what are the uses of structure?..

Answer / suneela

it is a collection data items of different data types using
a single name

Is This Answer Correct ?    12 Yes 0 No

what are the uses of structure?..

Answer / varu

writing program for database management like emplyoee
records....

Is This Answer Correct ?    11 Yes 0 No

what are the uses of structure?..

Answer / nithla

we can group the hetrogenous data by using the structure.

Is This Answer Correct ?    7 Yes 0 No

what are the uses of structure?..

Answer / pooja

it is hitroginious in nature

Is This Answer Correct ?    4 Yes 0 No

what are the uses of structure?..

Answer / vishnu948923

1.changing d sizeof cursor,
2 clearing d content of screen,
3 drawing graphics shapes
4 formatting floppy drive
5 interacting with mouse

Is This Answer Correct ?    7 Yes 8 No

what are the uses of structure?..

Answer / guy

the uses are to do dirty things

Is This Answer Correct ?    0 Yes 1 No

what are the uses of structure?..

Answer / vivek

arraging element in proper order

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More C Interview Questions

write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.

1 Answers  


what is difference between procedural language and functional language ?

4 Answers   Wipro,


Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database

2 Answers   TCS, Unisys, Webyog,


How can I get random integers in a certain range?

1 Answers  


Which is the best website to learn c programming?

1 Answers  


the statement while(i) puts the entire logic in loop. this loop is called a) indefinite loop b) definite loop c) loop syntax wrong d) none of the above

1 Answers  


Why doesn't C have nested functions?

2 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


Where does the name "C" come from, anyway?

1 Answers   Celstream,


Do you know the use of fflush() function?

1 Answers  


how to write a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


Explain how can you determine the size of an allocated portion of memory?

1 Answers  


Categories