Question
Write a program to show the change in position of a cursor using C

Answers

The program that can be made to show the changes in position of a cursor using C includes the libraries that are on the graphics level like . This way the cursor representation can be shown graphically to the user. The program of doing that is as follows:

int main()

{

union REGS,
n,
i;n.h.b=2; //It is used to position the cursorn.
h.c=0;n.
h.c=40;n.
h.c=50;
int86(0x10,&n,&i);
printf(“This will show the positioning of the cursor”);
return 0;
}   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q India has recently asked which UN Group to vacate the government bungalow in Delhi ?
  • Q Somalia is in the region known as the what of Africa: Basin; Sound; Horn; or Hook?
  • Q Can you replace default form processing ? How ?
  • Q The ability to find an individual item in a file immediately is called ______.
  • Q What are pink, pram, snow, koff, buss, bark and dory types of
  • Q Who appeared on the first US postage stamps (both names)
  • Q You create an ASP.NET application for an online insurance site TestKing Insurance. A page named VehicleInformation.aspx has the following Page directive: <%@ Page Language=c# CodeBehind=VehicleInformation.aspx.cs AutoEventWireup=false inherits=InsApp.VehicleInfo%> VehicleInformation.aspx had a TextBox control named vehicleIDNumber in which the user can enter a vehicle identification number (VIN). The HTML code for this control is as follows: You need to implement a TextChanged event handler for vehicleIDNumber. You want this event handler to retrieve information about a vehicle by using an XML Web service that charges for each access. The page will then be redisplayed with additional information about the vehicle obtained from the XML Web service. You are implementing the TextChanged event handler. Which two courses of action should you take? (Each correct answer presents part of the solution. Choose two) A. In the Page directive for VehicleInformation.aspx, ensure that the AutoEventWireup attributes is set to true. B. In the Page directive for VehicleInformation.aspx, ensure that the EnableViewState attribute is set to true. C. In the vehicleIDNumber HTML element, ensure that the AutoPostback attribute is set to false. Include code for the client-side onserverchange event to submit the Web Form for processing by the server. D. In the vehicleIDNumber HTML element, ensure that the AutoPostback attribute is set to true. Include code in the TextChanged event handler to query the XML Web service.
  • Q Which method is used to output a string to an applet?
  • Q If you want the kidney to excrete more Na+ in the urine, what do you want the blood flow to do?
  • Q Why are you interested in working at this salon?
  • Q Where would you document functional and non functional requirements (i.e. Deliverable)?