Skip to content
May 24, 2025
Prajwal Rai Blog

Prajwal Rai Blog

  • Home
  • MY BLOG
    • IT
    • Others
  • C-Program
  • Plus 2
    • Class 11
    • Class 12
  • QBasic
    • QBasic-Basics
    • Patterns in QBasic
    • Numeric Pattern
    • Modular Program
    • Program Design Tools
    • QBasic Projects
  • Web Design
    • HTML AND CSS
    • JavaScript
  • PHP
  • Fundamental
  • About me
Main Menu

Tag: structure

Class 12(C-Program)

Sort the names and address into alphabetical order using structure

April 12, 2021 - by Prajwal Rai - Leave a Comment

/*Sort the names into alphabetical order using structure*/ #include<stdio.h> #include<conio.h> #include<string.h> main() { char temp_name[50],temp_add[50]; int i,j,n; struct people { char name[50]; char add[50]; } p[200]; printf("Enter the number of …

Sort the names and address into alphabetical order using structure Read More
Class 12(C-Program)

enter name and post of five employees and display using structure in C-Program

January 13, 2020 - by Prajwal Rai - Leave a Comment

//Input name and post of 5 employees and display records using structure. #include<stdio.h> #include<conio.h> main() { int i; struct employee { char name[20]; char post[15]; } e[5]; for(i=0;i<5;i++) { printf("Enter …

enter name and post of five employees and display using structure in C-Program Read More

Recent Posts

  • Online Cricket Betting Within India
  • Gergo Promozionale Betonred E Bonus Gratuiti
  • Codice Promozionale Betonred E Bonus Gratuiti
  • Prontuario Completa Alle Promozioni
  • Logowanie Do 20bet Casino Oficjalna Witryna Z ZakÅ‚adami

Recent Comments

  1. Dilip Patel on About me
  2. Kshitiz Shrestha on Simple HTML Project for students of Class 8,9,10,11
  3. Ganesh on About me
  4. sabin on About me
  5. Prajwal Rai on Library Functions in QBASIC-Introduction

Archives

  • May 2025
  • April 2024
  • April 2023
  • March 2023
  • February 2023
  • September 2021
  • May 2021
  • April 2021
  • March 2021
  • August 2020
  • January 2020
  • December 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • October 2015
  • September 2015

Categories

  • 1win App 861
  • 20bet Kasyno 138
  • 20bet Kasyno 149
  • 20bet Pl 83
  • Bdm Bet Espana 76
  • Bdmbet Avis 794
  • Betbarter Casino 954
  • Betonred Casino Login 574
  • Betpix Brasil 433
  • Class 11
  • Class 12
  • Class 12(C-Program)
  • Crickex Login 909
  • Dafabet India 139
  • Fundamental
  • Gratogana App 94
  • HTML AND CSS
  • IT
  • JavaScript
  • Modular Program
  • Mostbet E Confiavel 848
  • Mostbet Kazino 917
  • MY BLOG
  • Numeric Pattern
  • Others
  • Partycasino Bono 963
  • Patterns in QBasic
  • PHP
  • Play Croco Login 817
  • Plus 2
  • Program Design Tools
  • QBasic
  • QBasic Projects
  • QBasic-Basics
  • Web Design
Copyright © 2025 Prajwal Rai Blog.
Maintained by Prajwal Rai