top of page
Search
Asia Cup 2022
Asia Cup 2022 Asia Cup क्रिकेट टूर्नामेंटका 15वां संस्करणहोने वाला है, जिसके Match UEA मूलरूप से यहटूर्नामेंट सितंबर 2020 में आयोजितहोने...

Rajesh Singh
Aug 26, 20222 min read
C Program for Traffic Light using Switch Case
C Program for Traffic Light #include <stdio.h> #include<conio.h> Void main () { char colour; printf ("Enter the colour of the light...

Rajesh Singh
Aug 26, 20221 min read
C Program to find nCr using Recursion
C Program to find nCr: #include<stdio.h> #include<conio.h> int fact(x) { int i, f=i; for(i=1;i<=x;i++) { f=f*i; } return(f); } void...

Rajesh Singh
Aug 16, 20221 min read
C Program to Multiply two Matrices
Matrix multiplication in C: #include<stdio.h> #include<conio.h> void main() { int a[15][15],b[15][15],c[15][15],row, col, i, j, k;...

Rajesh Singh
Aug 16, 20221 min read
Pyramids and Patterns Programs in C
1. Half Pyramid of * programs in C * * * * * * * * * * * * * * * Program: #include <stdio.h> #include<conio.h> void main() { int i, j;...

Rajesh Singh
Aug 13, 20222 min read
IOT M4R5 Practical Programs
IOT Practical Programs:

Rajesh Singh
Aug 8, 20221 min read
Python Program to find largest element from the list which provided by user
Python Program to find largest element from list: list = [] num = int(input("Enter number of elements in list: ")) for i in range(1, num...

Rajesh Singh
Aug 1, 20221 min read
Data Entry Job Work from Home Online
Everything you need to know about Data Entry Job Work from Home Currently, almost every sector, whether government or private industry,...

Rajesh Singh
Jul 27, 20224 min read
Top 5 web hosting solution Providers
Deciding on which web hosting solution to go with can be tough. There are so many options available, and you have to choose one that...

Rajesh Singh
Jul 23, 20224 min read
Python MCQ Questions with Answers
1. What is the output of the below program in python: print(0.2+0.4==0.6) A. True B. False C. Error D. Depends on...

Rajesh Singh
Jul 20, 202217 min read
Free Classified Sites List in Australia
These website will provide high quality relevant traffic and good quality backlinks and makes product popular in your location. Find top...

Rajesh Singh
Jul 19, 20221 min read
Free Classified Sites List in UK
These website will provide high quality relevant traffic and good quality backlinks and makes product popular in your location. Find top...

Rajesh Singh
Jul 19, 20221 min read
Free classified sites List in USA
These website will provide high quality relevant traffic and good quality backlinks and makes product popular in your location. Find top...

Rajesh Singh
Jul 19, 20221 min read
Web Designing and Publishing (M2R5) MCQ PDF for O Level
500 MCQ Web Designing questions with answers:

Rajesh Singh
Jul 17, 20221 min read
IT Tools and Network Basics MCQ PDF for O Level
IT Tools and Network Basics MCQ PDF for O Level Set1: IT Tools and Network Basics MCQ PDF for O Level Set 2: IT Tools and Network Basics...

Rajesh Singh
Jul 16, 20221 min read
Web designing mcq questions with answers pdf for O Level
Find Web designing mcq questions with answers pdf for O Level students written by Rajesh Sir from Career Bodh Shikshan Prashikshan...

Rajesh Singh
Jul 5, 20221 min read


IOT Project Blinking LED by Clapping using Arduino UNO
Step by Step by Procedure: Arduino to Relay Step 1: Connect Arduino GND pin to Relay GND pin. Step 2: Arduino 5v to relay bcc Step 3:...

Rajesh Singh
Jun 19, 20221 min read
UP Police Assistant Operator Physics notes Practice Set pdf
Get UP Police Assistant Operator Physics notes Practice Set pdf Answers: Second Set: Answer: Physics MCQ Notes PDF With Answer Answer Set 3:

Rajesh Singh
Jun 15, 20221 min read
IOT MCQ Questions and Answers pdf download
Find IOT MCQ Questions with Answer written by Rajesh Sir from Career Bodh Shikshan Prashikshan Sansthan IOT First Chapter MCQ: IOT Second...

Rajesh Singh
Jun 13, 20221 min read
UP Police Assistant Operator practice set pdf
Download free UP Police Assistant Operator Practice Set pdf Set 1 Answers Set 2: Answer set 2: Set 8: Ans set 8: Set 7: Answer Set 7:

Rajesh Singh
Jun 11, 20221 min read
bottom of page




