Skip to content

PRAJWAL RAI

  • 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

Modular Program

modular program 2

Modular Programming in Q BASIC Examples 2

by Prajwal Rai - Leave a Comment

Display the factorial of input number SUB Procedure DECLARE SUB FACT (N) CLS INPUT “Enter any number”; N CALL FACT(N) END SUB FACT (N) F = 1 FOR J = 1 TO N F = F * J NEXT J …

Read More........
modular programming in QBASIC

Modular Programming in QBASIC Examples

by Prajwal Rai - Leave a Comment

1. Test whether the given number is positive or negative. SUB PROCEDURE DECLARE SUBTEST(N) CLS INPUT "Enter a number"; N CALL TEST(N) END SUB TEST(N) IF N>0 THEN PRINT N; "is positive number" ELSE PRINT N; "is negative number" END …

Read More........
Modular programming

Modular Programming-Introduction

by Prajwal Rai - Leave a Comment

  Modular programming. Modular programming is the process of subdividing a program into separate sub-programs. Each modular program has one main module and may have other sub modules and sub module of a program is also called as procedure. Similar …

Read More........

adv1

Bio

I am just observer and admirer of beauties

Recent Post

  • Basic Project Example(HTML,CSS,JS)
  • Schedule in HTML
  • Variable in PHP
  • PHP Introduction
  • Display Message in a file C program
  • N number of Name, address,phone in a file and display in proper format in C Program
  • Sum of N integer using recursion
  • Sort the names and address into alphabetical order using structure
  • Sort Numbers in Ascending Order C program
  • Input ‘N’ numbers into array and display sum in C program
  • Greatest among input ‘n’ numbers using Array in C Program
  • Numeric Patterns in C Program
  • Factorial of any Number
  • Malware
  • String Functions in C program
  • Read five positive number using array find least among them
  • Multiplication of two numbers using function in C Program
  • Add Two Matrices in C-Program
  • Employee Record Management System in C Program
  • Library Management System in C Program
  • ATM transaction in C program
  • Enter record and store information in C program
  • Sum of digits using recursion in C program
  • Product of two matrix in C program
  • Binary to Decimal in C program
  • Prime or Not Using for statement in C program
  • HCF and LCM using while statement in C Program
  • Print numbers entered and find sum using do while statement in C program
  • Decimal to Binary using while statement in C program
  • multiplication table in C program
  • input integer in array and find total in C program
  • transpose of matrix in C Program
  • Enter elements of 4×4 matrix and find sum of the elements of matrix in C program
  • Compare two String function in C Program
  • enter name and post of five employees and display using structure in C-Program
  • Menu driven in C-Programming
  • Enter name and arrange in alphabetical order in C-Programming
  • greatest among four numbers C-Program
  • display number of employee salary between 50k and 100k
  • Fibonacci Sequence in C-Program
  • JavaScript Examples
  • Calendar Design in HTML
  • Simple HTML Project for students of Class 8,9,10,11
  • Simple HTML Project for Students of class 8,9,10,11
  • Count Vowel and Consonant in C program
  • 1 for Sunday, 2 for Monday using C program
  • Number of employees getting salary between 5000-10000 -C Program
  • ARRAY in QBASIC
  • Simple HTML Project
  • Modular Programming in Q BASIC Examples 2

Recent Comments

  • sagar on greatest among four numbers C-Program
  • Deepak Paudel on About me
  • Swornim Shrestha on About me
  • Biswarup Sadhukhan on QBASIC Statements
  • Brijesh on Classification of Computers
  • Rachit karki on Classification of Computers
  • Pashupati Giri on About me
  • Eric on String Pattern in QBasic
  • Nabin pant on String Pattern in QBasic
  • Devabrat saikia on About me
  • baooo123 on Simple HTML Project for students of Class 8,9,10,11
  • Roshan on Simple HTML Project
  • Kshitiz Shrestha on Simple HTML Project for students of Class 8,9,10,11
  • Ganesh on About me
  • sabin on About me
  • Prajwal Rai on Library Functions in QBASIC-Introduction
  • ASHIRBAD Rai on Library Functions in QBASIC-Introduction
  • Sulav Sapkota on Library Functions in QBASIC-Introduction
  • Laxman Gaire on About me
  • Prajwal Rai on About me

QUICK LINKS

C-Program (Examples)

SUB PROCEDURE STRING PATTERN (Examples)

SUB PROCEDURE NUMERIC PATTERN (Examples)

STRING PATTERN-SIMPLE (Examples)

NUMERIC PATTERN-SIMPLE (Examples)

Follow Me

               

Subscribe

Get new posts by email
Copyright © 2023 PRAJWAL RAI.
Social media & sharing icons powered by UltimatelySocial