putchar ('%');
puts ("%");
printf ("%%");
etc...
puts ("Daimond");
write a program to print A to Z on screen in c?
console.wrikerle("""");
putc('%'); write(1, "%", 1); printf("%%"); printf("%c", '%'); will all each put a % character (percent sign) on stdout.
With printf.Example:for (i=0; i
In the programming language C++, cin is used to input the variable and cout is used to print a certain message or result.
33%
(ab)*b
for (first=n; first>=10; first/=10);
example of procedural programming are those programming language that have structure e.g basic,fortran,c++,c and pascal e.t.c
COUT is an inbuilt function in c++ language. Cout is used to print something on to the standard output.
write, putchar, putc, fputc etc