answersLogoWhite

0

c is only language that use cursor based implementation

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

Is cursor implementation possible in queue or stack?

yes,cursor implementation possible in priority queue.


What are the problems of language policy implementation?

There is no policy on language policy implementation.


How do you use gotoxy in assembly?

In assembly language, the gotoxy function is often used to position the cursor at a specific location on the console screen. This is typically done by setting the appropriate register values for the desired row and column, and then calling an interrupt (like INT 10h for BIOS video services in DOS). For example, to move the cursor to row Y and column X, you would load Y into the DL register and X into the DH register, then call the appropriate interrupt with the function code for setting cursor position. Note that the specific implementation can vary depending on the assembler and operating system used.


What do you use cursor mania for?

Cursor Mania is generally used to be creative and pick an unique cursor of your liking.


What is a cell cursor?

A cursor that is used when selecting a whole cell in an excel spreadsheet.


Which is the good language vb net or asp net?

Both VB.NET and ASP.NET use the ".NET" language. The implementation is different, though. VB.NET is a new version of BASIC and is used in Visual Basic programming for designing custom graphical user interfaces for windows applications. ASP.NET is the same language, but designed as a server side language for webpages. The syntax and keywords of both languages is .NET, the implementation is the difference.


What is Jscript?

JScript is the Microsoft implementation of the ECMAScript scripting programming language specification. JavaScript is used on web pages for scripting, although it can be and is also used in other embedding scenarios.


Translating an algorithm into a programming language is called what?

CODING Implementation


What lower level computer language is the Ruby computer language written in?

The official Ruby implementation is written in C.


Can you move the cursor with a joystick?

Yes, a joystick can be used to move the cursor on a computer screen. When the joystick is moved, it sends signals to the computer that translate the movement into cursor motion. This is commonly used in gaming and simulation applications. Additionally, some operating systems allow for joystick configuration to control cursor movement for accessibility purposes.


Where one can find Quine McCluskey methods implementation in C language?

error


Difference between Cursor-Positioning commands and Display-Adjusting commands?

Cursor Positioning commands mainly used in CLI and Display Adjusting commands mainly used in GUI..