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
Do character constants represent numerical values?
What is the difference between declaring a variable and defining a variable?
What is the hardest programming language?
What does double pointer mean in c?
The process of repeatedly running a set of computer instructions until some condition is specifed a) condition b) sequential condition c) global d) iteration
What are the rules for identifiers in c?
to find the closest pair
Define circular linked list.
Write a code to determine the total number of stops an elevator would take to serve N number of people.
Can we access the array using a pointer in c language?
Explain how do you generate random numbers in c?
What are called c variables?
Why c is a procedural language?
What is the use of static variable in c?
Why doesnt this code work?