printf"Bhawana"
Bhawana's population is 65,000.
Bhawana Tehsil's population is 65,000.
The area of Bhawana is 40 square kilometers.
Bhawana was created on 2009-02-02.
Bhawana Tehsil was created on 2009-02-02.
The area of Bhawana Tehsil is 40 square kilometers.
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.
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.
write a c++ programe to print a triangle without (for)
printf(format_string, ...);
You will have to use "printf" when you want to print two slashes one after another in c.
# 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); }