Skip to content (Press Enter)
SURYAOFFICIAL

SURYAOFFICIAL

Learn Anytime Anywhere

  • Home
  • blog
  • Contact Us
  • About us
SURYAOFFICIAL

SURYAOFFICIAL

Learn Anytime Anywhere

  • Home
  • blog
  • Contact Us
  • About us

Category: Uncategorized

C Program to Check Whether the Number is Even or Odd

1 Jul,2020 suryad5Leave a comment

//Program to check whether the number is even or odd #include<stdio.h> void main() { int n; printf(“enter the value of …

Read More

C Program to find factorial of an integer

29 Jun,2020 suryad5Leave a comment

//calculating factorial of number that is n!=n*(n-1)*(n-2)…..3*2*1 #include<stdio.h> void main() { int fact=1,n; printf(“enter the number”); scanf(“%d”,&n); while(n!=0) { fact=fact*n; …

Read More

MY Past

25 Jun,2020 suryad5Leave a comment
Read More

Recent Posts

  • write a C program to display the name of day on the basis of entered number 1 to 7. for example, 1 for sunday.
  • write a program to checks whether the number entered by user is exactly divisible by 5 but not by 11.
  • Write a C program to sort integer values in descending order
  • Concept of Pointer(Part-2)
  • C Program to swap two numbers showing call by reference.

Categories

  • C Programming
  • HSEB
  • Pointer
  • Programming Language
  • Uncategorized

Recent Comments

  • Ram Binay sharma on write a C program to display the name of day on the basis of entered number 1 to 7. for example, 1 for sunday.
  • Ram Binay sharma on write a C program to display the name of day on the basis of entered number 1 to 7. for example, 1 for sunday.
  • Manij on C Program to Dispaly 2-D Table

Archives

  • July 2020
  • June 2020

Search

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

©2026 SURYAOFFICIAL.