Skip to content
May 9, 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

Month: December 2018

Patterns in QBasic / QBasic

STRING PATTERN SUB PROCEDURE

December 21, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

CLICK HERE TO FIND OUT NUMERIC PATTERNS USING SUB PROCEDURE CLICK HERE TO FIND OUT  NUMERIC PATTERNS IN QBASIC (WITHOUT SUB OR FUNCTION) CLICK HERE TO FIND OUT  STRING PATTERNS …

STRING PATTERN SUB PROCEDURE Read More
Patterns in QBasic / QBasic

SUB PROCEDURE Numeric Patterns and Series

December 21, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

MORE PROGRAM RELATED TO SUB PROCEDURE (CLICK HERE) MORE PROGRAMS RELATED TO FUNCTIONS (CLICK HERE) MORE PROGRAMS RELATED TO NUMERIC PATTERN IN QBASIC (CLICK HERE) MORE PROGRAMS RELATED TO STRING …

SUB PROCEDURE Numeric Patterns and Series Read More
Fundamental

Is HTTPS Secured?

December 17, 2018February 19, 2023 - by Prajwal Rai - Leave a Comment

HTTPS is the secure version of HTTP, the protocol over which data is sent between the browser and the website which is connected to. ‘S’ stands for Secure that means …

Is HTTPS Secured? Read More
Class 12(C-Program) / Plus 2

Factorial of Number in C-Programming

December 13, 2018 - by Prajwal Rai - Leave a Comment

Factorial without Recursion #include <stdio.h> int main() { int n, i; unsigned long long factorial = 1; printf("Enter an integer: "); scanf("%d",&n); // show error if the user enters a …

Factorial of Number in C-Programming Read More
Class 12(C-Program) / Plus 2

Sum of Natural Numbers in C-Programming

December 12, 2018 - by Prajwal Rai - Leave a Comment

FOR LOOP #include <stdio.h> int main() { int n, i, sum = 0; printf("Enter a positive integer: "); scanf("%d",&n); for(i=1; i <= n; ++i) { sum += i; // sum …

Sum of Natural Numbers in C-Programming Read More
Class 12(C-Program) / Plus 2

Even or Odd in C program

December 12, 2018 - by Prajwal Rai - Leave a Comment

//Even or Odd #include <stdio.h> int main() { int number; printf("Enter an integer: "); scanf("%d", &number); // True if the number is perfectly divisible by 2 if(number % 2 == …

Even or Odd in C program Read More
Class 12 / Plus 2

CLASS 12 NOTES- COMMING SOON

December 12, 2018 - by Prajwal Rai - Leave a Comment

CLASS 12 NOTES- COMMING SOON

CLASS 12 NOTES- COMMING SOON Read More
Class 12(C-Program) / Plus 2

Check Whether a number is positive , negative or zero in C program

December 12, 2018 - by Prajwal Rai - Leave a Comment

//Positive , Negative or Zero #include <stdio.h> int main() { double number; printf("Enter a number: "); scanf("%lf", &number); if (number <= 0.0) { if (number == 0.0) printf("You entered 0."); …

Check Whether a number is positive , negative or zero in C program Read More
Class 12(C-Program) / Plus 2

Check Whether a Number is Armstrong or Not in C Program

December 12, 2018 - by Prajwal Rai - Leave a Comment

/*Armstrong or Not*/ #include<stdio.h> main() { int n,r,c,sum=0,temp; printf("Enter number:"); scanf("%d",&n); temp=n; while(n>0) { r=n%10; c=r*r*r; sum=sum+c; n=n/10; } n=temp; if(n==sum) printf("ArmStrong Number"); else printf("Not ArmStrong Number"); } Example: 153 …

Check Whether a Number is Armstrong or Not in C Program Read More
Class 12(C-Program) / Plus 2

Check Whether a Number is Palindrome or Not in C Program

December 12, 2018 - by Prajwal Rai - Leave a Comment

Reversing in C #include <stdio.h> int main() { int n, reversedNumber = 0, remainder; printf("Enter an integer: "); scanf("%d", &n); while(n != 0) { remainder = n%10; reversedNumber = reversedNumber*10 …

Check Whether a Number is Palindrome or Not in C Program Read More

Posts pagination

1 2 Next

Recent Posts

  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • Фан Спорт Fansport веб-сайт Бк Ставки На Спорт Регистрация На Сайте С Бонусом Мобильное Приложение Fansport
  • 20bet Casino Premia New Players Get Up Jest To $120 Plus 120 Fs
  • Najlepsze Rabaty Pieniężne W Polsce

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 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

  • 20bet Casino Logowanie 842
  • Bet20 Casino 746
  • Class 11
  • Class 12
  • Class 12(C-Program)
  • Dafabet Casino 891
  • Ekbet Live 397
  • Excursions 958
  • Fansbet Review 632
  • Fundamental
  • HTML AND CSS
  • IT
  • JavaScript
  • Metatrader Cryptocurrency Exchange 241
  • Modular Program
  • MY BLOG
  • Numeric Pattern
  • Others
  • Partycasino Bonus Code 10€ 839
  • Patterns in QBasic
  • PHP
  • Plus 2
  • Program Design Tools
  • QBasic
  • QBasic Projects
  • QBasic-Basics
  • Sportsbet Oficial 799
  • Web Design
Copyright © 2025 Prajwal Rai Blog.
Maintained by Prajwal Rai