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 |
which is conditional construct a) if statement b) switch statement c) while/for d) goto
where do we use structure pointer?
who invented c
Define VARIABLE?
Which of the following is not a valid declaration for main ()? 1) int main() 2) int main(int argc, char *argv[]) 3) They both work
How to avoid structure padding in C?
Write down the program to sort the array.
Is struct oop?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
`write a program to display the recomended action depends on a color of trafic light using nested if statments
What is strcpy() function?
can we change the default calling convention in c if yes than how.........?