answersLogoWhite

0

putchar ('\n');

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

C program to Draw a line chart?

draw a line chart.


Can comments be longer than one line and if yes how?

C++ also supports C program's multiple command line /* your command */.


Is it possible to skip to a new line when reading from a file in c plus plus?

To skip to a new line when reading from a file, assuming you are using a sequentially organized file, the usual case, you need to read and discard characters until you encounter the end-of-line character.


Write c programs to display 10 line biodata?

A C++ program can be used to write C programs that will display 10 lines of biodata. Many types of C programming can be written with a C++ program.


What key moves the cursor to the next line in c program?

The return key.


What is the difference between compilers and interpreters in c plus plus in tabular form?

C-compiler translates the C-source into Assembly or machine code. On the other hand, C-interpreter -- well, there is no such thing as C-interpreter.


When was Skip Holm born?

Skip Holm was born in c. 1944.


When was Skip Foster born?

Skip Foster was born in c. 1952.


Would you like to skip the line and receive priority service"?

"Would you like to receive priority service and skip the line?"


__PROGRAM?

AI Program (artificial intelligence) maybe?


A new programmer whom you are training is writing a C program and wants to place comment lines in the program what characters should be used at the beginning and end of the comments?

if single line comment just place // before for single line comment else if multiple line denote as like this /*............................. ..............................*/ Strictly speaking, // is non.standard in C only in C++


What does control C do?

Depends on which program you are using it with: - In a GUI it generally acts as the copy function - In a command-line it will kill the currently running program