عرض الرسائل ذات التصنيف C Programming

FACTORIAL

Calculate The Factorial Of A Given Number Source code :- #include<stdio.h>…

GCD AND LCM

Calculate the GCD and LCM of a Number Source code :- #include<stdio.h> in…

DIVISIBLE BY 11

Checking the Entered Number Is Divisible By 11 Or Not Source code :- #include&l…

PRIME FACTOR

Display The Factors Of A Given Number Which Are Prime Source code :- #include&l…

REVERSE NUMBER

Reverse The Digits And Display It Source code :- #include<stdio.h> int ma…

TWIN PRIME NUMBER

Display The Pairs Of Prime Number That Differ By 2 Of The Given Range Source co…

KRISHNAMURTHY NUMBER

Check The Given Number Is A Krishnamurthy Number Or Not Source code :- #include…

FIBONACCI SERIES

Print All The Fibonacci Term Up To N Source code :- #include<stdio.h> int…

S = 1 - 2 + 3 - 4 ..... ± N

Calculate the value of  this sum series [ S = 1 - 2 + 3 - 4 ... ± N ]  Source c…

S = 1 + 1/2 + 1/3 +.....+ 1/ N

Calculate The Value Of This Sum Series [ S = 1 + 1/2 + 1/3 +...+ 1/N ]  Source …

STAR TRIANGLE (ODD)

Print This Pattern Star Triangle Odd Source code :- #include<stdio.h> int…

E^X SERIES

Calculate The Value Of E^X Series Source code :- #include<stdio.h> #inclu…

COS X SERIES

Calculate The Value Of Cos X Series Source code :- #include<stdio.h> #inc…

PASCAL TRIANGLE

Pascal Triangle Print This Pattern  Source code :- #include<stdio.h> int …

SIN X SERIES

Calculate The Value Of Sin X Series Source code :- #include<stdio.h> #inc…

​PERFECT NUMBER

Check The Given Number Is A Perfect Number Or Not Source code :- #include<st…

PALINDROME NUMBER

Check The Given Number Is A Palindrome Number Or Not Source code :- #include<…

ARMSTRONG NUMBER

Check The Given Number Is An Armstrong Number Or Not Source code :- #include<…

PRIME NUMBER

Check The Given Number Is A Prime Number Or Not Source code :- #include<stdi…

EVEN ODD CHECKING

Check The Given Number Is Even Or Odd Source code :- #include<stdio.h> in…

لم يتم العثور على أي نتائج