answersLogoWhite

0

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

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How can you make C programming on i3i5 processors?

Use a program called visual studio express. Its made by Microsoft and you can program in all kinds of languages. C , C+ etc


How you can make c program of attendance record system?

how can create a attendece sheet in c language


How do you make an employee database in c program?

With lots of hard work.


Is that possible to make programme in turbo c for a mini computer having dual core processor-?

Yes, to make a program in Turbo C for a mini computer to have a dual core processor.


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Features of c program?

the features of a C program


Program for marksheet in c language?

The std::cout and std::cin streams are peculiar to the C++ standard library. They are not available in the C standard library, but are analogous to stdin and stdout which is in the C standard library.


What is executive a c program?

I think it is 'execution of a C program'.


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

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


When you make a c program in c language then how many types class are required?

It depends on what you mean by 'types class'. Here is the shortest C program, without any 'types class': int main (void) { return 0; }


C program on left factoring in compiler design?

how to create a c program for left factoring.


How can you turn a C plus plus program into a dot exe to run on a PC without a compiler?

To make C++ code into an executable program, you need a compiler. Compilation of a program doesn't have to be on the same computer as the one it's intended to be used on.