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

Month: July 2020

Swap Two Numbers

2 Jul,2020 suryad5Leave a comment

//interchanging the value of two variable #include<stdio.h> void main() { int a,b,t; printf(“enter the value of a and b\n”); scanf(“%d%d”,&a,&b); …

Read More

Prime Number

2 Jul,2020 suryad5Leave a comment

//To check whether the given number is prime or not #include<stdio.h> void main() { int i, n; printf(“enter the value …

Read More

Nepal Pattern Print

1 Jul,2020 suryad5Leave a comment

#include<stdio.h> void main() { int i, j; for(i=6;i>=0;i–) { for(j=0;j<=i;j++) printf(“\tNEPAL”); printf(“\n”); } for(i=1;i<=6;i++) { for(j=0;j<=i;j++) printf(“\tNEPAL”); printf(“\n”); } } …

Read More

Pattern Print

1 Jul,2020 suryad5Leave a comment

#include<stdio.h> void main() { int i,j; for(i=1;i<=10;i++) { for(j=1;j<=i;j++) printf(“\t*”); printf(“\n\n”); } } output

Read More

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

Posts navigation

< Page 1 Page 2

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.