top of page
Search
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
253 views
0 comments
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
10 views
0 comments
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
95 views
1 comment
IOT M4R5 Practical Programs
IOT Practical Programs:

Rajesh Singh
Aug 8, 20221 min read
101 views
0 comments
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
138 views
0 comments
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
91 views
5 comments
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
73 views
4 comments
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, 202216 min read
20,159 views
0 comments
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
170 views
1 comment
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
337 views
2 comments
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
89 views
4 comments
Web Designing and Publishing (M2R5) MCQ PDF for O Level
500 MCQ Web Designing questions with answers:

Rajesh Singh
Jul 17, 20221 min read
2,945 views
3 comments
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
6,588 views
2 comments
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
1,831 views
2 comments


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
73 views
1 comment
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
3,029 views
0 comments
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
5,394 views
0 comments
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
3,405 views
0 comments
Python MCQ Notes PDF in Hindi and English
Python MCQ Notes PDF in Hindi and English for O Level Exams Introduction to Programming and Algorithms & Flowcharts to Solve Problems...

Rajesh Singh
May 20, 20221 min read
1,710 views
0 comments
Free Video Submission Sites List
https://www.youtube.com/ https://vimeo.com/ https://www.teachertube.com/ https://www.dailymotion.com/in http://www.tv.com/ vidivodo.com...

Rajesh Singh
May 7, 20221 min read
184 views
2 comments
bottom of page