C. N. Annadurai was born on September 15, 1909.
c + n
long factorial(int); int main() { int i, n, c; printf("Enter the number of rows you wish to see in pascal triangle\n"); scanf("%d",&n); for ( i = 0 ; i < n ; i++ ) { for ( c = 0 ; c
No
#include<stdio.h> int main (void) { int i ,c,n; for(i=100;i<=200;i++) { for(n=1;n<=i;n++) { if(i%n==0) { c++; } if(c==2) } printf("the numbers =%2d",c); } }
These are the notes for Happy Birthday in the key of C major. G G A G C B Happy birthday to you... G G A G D C Happy birthday to you... G G G (8va- play one octave higher) E C B A Happy birthday dear [insert name here]... F F E C D C Happy birthday to you!
void main() { int a,b,c; clrscr(); printf("Enter the value of a:"); scanf("%d",&a); printf("\nEnter the value of b:"); scanf("%d",&b); printf("\nEnter the value of c:"); scanf("%d",&c); if(a>b) { if(a>c) { if(b>c) { printf("c is smallest\n"); printf("b is middle\n"); printf("a is largest\n"); } else { printf("b is smallest\n"); printf("c is middle\n"); printf("a is largest\n"); } } else { printf("b is smallest\n"); printf("a is middle\n"); printf("c is largest\n"); } } else if(b>c) { if(a>c) { printf("c is smallest\n"); printf("a is middle\n"); printf("b is largest\n"); } else { printf("a is smallest\n"); printf("c is middle\n"); printf("b is largest\n"); } } else { printf("a is smallest\n"); printf("b is middle\n"); printf("c is largest\n"); } getch(); }
N. C. Vasanthakokilam was born in 1919.
C. N. Karunakaran was born in 1940.
N. C. Kelkar died in 1947.
N. C. Kelkar was born in 1872.
C. N. Sharma was born in 1952.
C. N. Carleson died in 1929.