Search This Blog

Sunday, March 22, 2020

Spyn number [C programming]

Spyn number [C programming]

Mr. abhijeet dwivedi
                                    C-Programming:- In this tutorial yon will learn:-   Write a program to check whether a number spy or not. #include<stdio.h> #include<conio.h> void main() { int n,sum=0,product=1,r; printf("Enter
Pallindrome number [C programming]

Pallindrome number [C programming]

Mr. abhijeet dwivedi
                                       C-Programming:- In this tutorial, you will learn:-   1) Write a program to check whether a number is pallindrome or not.  #include<stdio.h> #include<conio.h> void main() { int
Armstrong number  [ C- Programming]

Armstrong number [ C- Programming]

Mr. abhijeet dwivedi
                                     C-Programming:- In this tutorials, you will learn-    1) Write a progrm to check whether a number is armstrong or not. #include<stdio.h> #include<conio.h> void main() { int