answersLogoWhite

0

Use the keyboard.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Can you write a C program Without turbo C IDE?

Yes you can write a C program without using turbo C IDE. All you need is a text editor like notepad where you can write your codes and after writting them save the file with .c extension. But for compilling and running the code you will be needing turbo C IDE.


How can you make a program in C to open the notepad?

something like this: WinExec ("notepad.exe", SW_SHOWNORMAL);


How do you make executable files on notepad?

Making an executable file in notepad is like trying to write a song in notepad. If you were to view an .exe in notepad all that you would see is a jumbled mess of numbers and symbols. However, if you really wanted to you could write a program using a programing language like C# or Pascal in notepad and later convert it to an executable. Here is to show part of an exe file looks like in notepad. ô㄀YY¸pL㄀é㄀㄀¿”dK㄀Wh˜dK㄀´$㄀㄀èíûÿÿWh°d


How do you execute a program in cmd with space?

Surround the name of the program in quotation marks, such as: "C:\Program Files (x86)\Programmer's Notepad\pn.exe".


How do you write a program using if statements?

Use a text-editor like notepad, editpad, etc.


Write a c program for creating a virus?

a c program for creat a virus


How do you write a program using function that counts the number of vowels in a string in java language?

Use text-editor notepad++


How can you write a c program in command prompt?

For this, you need at least two things: a text editor (like notepad, edit, vi, whatever) and a c compiler. c programs are written as text files, but you can't execute your code without the compiler. There are free c compilers available, like gcc and dev-c++.


How do you make a c program?

Either with a text-editor, like Notepad, or with an integrated developping environment (IDE), like TurboC.


How do you make a program to find min no from 2 d array in c?

I'd suggest and editor like EditPad or NotePad++


Where do we write main function in a c program?

Into the source program.


Write a c program to find Volume and surface area of cube?

Write a c program to compute the surface area and volume of a cube