what are the uses of structure?
Answers were Sorted based on User's Feedback
Answer / suneela
it is a collection data items of different data types using
a single name
| Is This Answer Correct ? | 12 Yes | 0 No |
Answer / varu
writing program for database management like emplyoee
records....
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / nithla
we can group the hetrogenous data by using the structure.
| Is This Answer Correct ? | 7 Yes | 0 No |
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 |
Write a program in c to print * * * * * *******
what is the code to display color fonts in the output?
What are the different types of C instructions?
int i=0,j; j=++i + ++i ++i; printf(" %d",j);
What is the function of multilevel pointer in c?
What is a 'null pointer assignment' error?
What is oops c?
what is the difference between procedure oriented and object oriented progaming language
Write a program to reverse a given number in c language?
1.)how to find d most repeated word in a string? string ="how do you do"?? output should be do
1 Answers AAS, Nagarro, Vuram,
What are the basic data types associated with c?
Can include files be nested? How many levels deep can include files be nested?