answersLogoWhite

0

C programs to generate pascals triangle?

Updated: 8/17/2019
User Avatar

Wiki User

14y ago

Best Answer

No, use java.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C programs to generate pascals triangle?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the side c of the triangle?

Side c of a triangle is opposite angle C


C program to generate parkside's triangle numbers?

this program is to generate pascal's triangle #include<stdio.h> #include<conio.h> main() { int n,i,j; clrscr(); printf("enter the number"); scanf("%d",&n); for(i=1;i<=n;i++) { for(j=1;j<=i;j++) printf("%d",j); printf("\n"); } getch(); }


Triangle ABC angle A is 60 what is angle C?

triangle ABC with rigth at C


Can all C programs are executable in C plus plus?

Some C programs can be compiled in C++, yes.


Where can you find flowcharts in C programs?

C programs don't contain flowcharts.


How much air pressure does Mars have?

Approximately 0,6% of Earth normal, about 6,36 millibars (600 pascals) It is however 20 times thiner on top of the Mont Olympus (30 pascals), and practically 2 times thicker in the depths of Hellas Planitia (1155 pascals). The higher pressure areas, if combined with temperatures ranging from 0,1° C to 10° C, would be compatible with the presence of stable liquid water.


Can c write programs?

A programmer can write programs in C, but C can't write anything by itself.


What is the benift of learning c language?

You will be able to understand C programs. Also to write C programs.


How do you figure out angle in triangle C is 50?

It depends on the triangle in question. Angle C is not 50 in all cases!


What logo has a blue triangle with a yellow c and a mermaid?

The logo with a blue triangle and yellow c and mermaid is Cressi.


What is the third interior angle of triangle?

Let the angles be a, b and c There are 180 degrees in a triangle: 180-(a+b) = c 180-(a+c) = b 180-(b+c) = a


Can an equiangular triangle be scalene?

No. An equiangular triangle is always equilateral. This can be proven by the Law of Sines, which states that sin A / a = sin B / b = sin C / c, where A, B and C are angles of a triangle and a, b and c are the opposing sides of their corresponding angles. If A = B = C, then sin A = sin B = sin C. Therefore for the equation to work out, a = b = c. Therefore the eqiangular triangle is equilateral, and therefore not scalene, which requires that all sides of the triangle be of different lengths.