C Program to check whether a given number is Positive or Negative #include <stdio.h> void ma…
Read moreWhat is a Decimal number? A decimal numeral refers generally to the notation of a number in the d…
Read more#include<stdio.h> int main() { int a = 10; int b = 20; printf("Before swap a=%d b…
Read more#include<stdio.h> int main() { int n; int reverse = 0; int rem; printf("Ente…
Read more#include<stdio.h> int main() { int n; int sum=0; int m; printf("Enter …
Read moreWhat is Armstrong Number? A number N is an Armstrong number of order n (n being the number of dig…
Read moreWhat is Factorial ? n! "n factorial" If n is a positive integer, then n! is nmultipli…
Read moreWhat is a Palindrome Number? A positive integer is said to be a palindrome number or, shortly, a…
Read morePrime number A prime number (or a prime) is a natural number greater than 1 that is not a prod…
Read moreThe Fibonacci sequence is the series of numbers, in which each number is the sum of the two numb…
Read more1. Write a program to find the factorial of the given number... 2. Write a pr…
Read more
Social Plugin