Music, asked by laayareddy, 5 months ago

mention the steps involved in creating and running the program. explain each step in detail(deep​

Answers

Answered by noob8047
2

Answer:

nndndndksmdkdkemsismsoskk

Explanation:

kkskskdksmsmddmmsmsmssmdmdmkd

Answered by Deni31
1

Answer:

hey mate!

here's ur answer

To create and execute C programs in the Windows Operating System, we need to install Turbo C software. We use the following steps to create and execute C programs in Windows OS

Step 1: Creating a Source Code

Source code is a file with C programming instructions in a high-level language. To create source code, we use any text editor to write the program instructions. The instructions written in the source code must follow the C programming language rules. The following steps are used to create a source code file in Windows OS…

Click on the Start button

Select Run

Type cmd and press Enter

Type cd c:\TC\bin in the command prompt and press Enter

Type TC press Enter

Click on File -> New in C Editor window

Type the program

Save it as FileName.c (Use shortcut key F2 to save)

Step 2: Compile Source Code (Alt + F9)

The compilation is the process of converting high-level language instructions into low-level language instructions. We use the shortcut key Alt + F9 to compile a C program in Turbo C.

Step 3: Executing / Running Executable File (Ctrl + F9)

After completing compilation successfully, an executable file is created with a .exe extension. The processor can understand this .exe file content so that it can perform the task specified in the source file.

We use a shortcut key Ctrl + F9 to run a C program. Whenever we press Ctrl + F9, the .exe file is submitted to the CPU. On receiving .exe file, CPU performs the task according to the instruction written in the file. The result generated from the execution is placed in a window called User Screen.

Step 4: Check Result (Alt + F5)

After running the program, the result is placed into User Screen. Just we need to open the User Screen to check the result of the program execution. We use the shortcut key Alt + F5 to open the User Screen and check the result.

PLZZ mark me as brainliest is this is helpfull....♡♡

Similar questions