what are the uses of structure?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are local static variables? How can you use them?

653


Explain how do you sort filenames in a directory?

618


what are bit fields? What is the use of bit fields in a structure declaration?

1508


What is function pointer c?

593


Why is extern used in c?

623






i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

654


What is local and global variable in c?

627


What is memory leak in c?

641


What is structure data type in c?

577


Where we use clrscr in c?

718


What are the different types of pointers used in c language?

622


`write a program to display the recomended action depends on a color of trafic light using nested if statments

1640


Why do we use static in c?

641


What is struct node in c?

631


Explain what is a const pointer?

645