answersLogoWhite

0

putchar ('"');

puts (""");

etc

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

The special character string that is used to print the diameter sign is?

%%c %%D %%DIA c%%


How do you print percent sign in c?

putc('%'); write(1, "%", 1); printf("%%"); printf("%c", '%'); will all each put a % character (percent sign) on stdout.


How print the string with double cot in c plus plus language?

console.wrikerle("""");


What is the use of print option in c plus plus?

C++ has no print option. The print option in your IDE allows you to print your C++ source code, thus giving you a "hard" copy of your code.


How do you print the distance between 2 points in c language?

void PrintDist (double d) { printf ("the distance is %g", d); }


What is another word for quote starting with the letter C?

A synonym for "quote" starting with the letter C is "citation."


What is a Type c photograph?

A C-print or Type C-print is a color print from a color negative. The term "Type C" is generally used to distinguish from R or Reversal prints or direct positive prints from transparencies (color positives). Type C prints can also be made digitally. Type C is probably the most common form of color print.


How do you print a triangle of stars?

write a c++ programe to print a triangle without (for)


C program to find greatest of three numbers?

# include<stdio.h> main() { int a,b,c; print f("enter the values of a,b,c"); scan f("%d%d%d",&a,&b,&c); if((a>b)&&(a>c)) print f("Greatest value is a =%d",a); else if((b>a)&&(b>c)) print f("Greatest value is b=%d",b); else print f("Greatest value is c=%d",c); }


How do you print two slashes - right after another - in c?

You will have to use "printf" when you want to print two slashes one after another in c.


How do you print in c?

printf(format_string, ...);


Does the celsius sign go before or after the C?

The Celsius sign is the C; the little circley thing at the top is the degree sign and goes before the C