Computer Science, asked by poulami26, 9 months ago

develop a C program to print a line of text..​

Answers

Answered by anveshasingh74
0

Answer:

Comments. This program illustrates several important C features.

#include Preprocessor Directive. Line 3 #include <stdio.h> .

Blank Lines and White Space. Line 4 is simply a blank line.

The main Function. Line 6 int main( void ) .

An Output Statement. Line 8.

Escape Sequences.

The Linker and Executables. .

Using Multiple printfs.

Similar questions