Computer Science, asked by Anonymous, 3 months ago


{ \huge\fbox \pink {Q}\fbox \blue {u} \fbox\purple {e} \fbox \green{s} \fbox \red {t} \fbox \orange {i} \fbox{o} \fbox \gray{n}}

1. Write down the steps to be followed for executing a C program.

2. What is the purpose of compiling C program?

3. What is the use of input statement? Name any two input functions


NO SPAMMING ❌❌❌
SPAMMERS MAINTAIN A DISTANCE...

Answers

Answered by ʙʀᴀɪɴʟʏᴡɪᴛᴄh
10

1. Write down the steps to be followed for executing a C program.

Step 1: Creating a Source Code. Source code is a file with C programming instructions in a high-level language.

Step 2: Compile Source Code (Alt + F9).

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

Step 4: Check Result (Alt + F5).

Execution Process of a C Program.

Important Points.

Overall Process.

2. What is the purpose of compiling C program?

The compiler is what translates our human-readable source code into machine code. To those new to programming, this seems fairly simple.

3. What is the use of input statement? Name any two input functions

The first two functions, getchar and putchar, are used to transfer. The getchar function is a part of the standard C input/output library. Each variable name must be preceded by an ampersand

Answered by Anonymous
3

✨ANSWER✨

1.Write down the steps to be followed for executing a C program.

Ans: 1. Step 1: Creating a Source Code. Source code is a file with C programming instructions in a high-level language. ...

2.Step 2: Compile Source Code (Alt + F9) ...

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

5.Step 4: Check Result (Alt + F5) ...

6.Execution Process of a C Program. ...

7.Important Points. ...

8,.Overall Process.

___________________________________________________________________

2. What is the purpose of compiling C program?

Ans: Its purpose is to provide an intuitive way for humans to provide instructions that can be easily converted into machine code that is comprehensible to a microprocessor. The compiler is what translates our human-readable source code into machine code. To those new to programming, this seems fairly simple.

___________________________________________________________________

3.What is the use of input statement? Name two input functions.

Ans: An input statement is a command or a text that we give to the computer and as a result it gives us an output. For example: in google if we search "what is a dog" it is an input. It gives us the answer "it is an animal" which is an output.

Two Input functions are:

1. keyboard

2.Mouse

___________________________________________________________________

HOPE YOU'RE SATISFIED WITH MY ANSWER

SORRY FOR THE DELAY

STUDY WELL

HAVE A FABULOUS DAY AHEAD

Similar questions