Feed
Facebook
Twitter
GPlus
Youtube
flickr
Last.fm
Instagram
Skype
Wave the world
We provide you latest programming stuff.
home
category
Downloads
Software
Windows
Websites
Facebook
Games
Programming
C
Html
Torrent
Others
404 Error Page
skip to main
|
skip to sidebar
Showing posts with label
C
.
Show all posts
Showing posts with label
C
.
Show all posts
Program to find LCM and HCF of two numbers without using Loops in C
—
by
Suraj
on
1 comment
Hi Friends, In the previous blogpost you have seen that I have implemented the LCM and HCF using loops. Now I'm here to find...
Program to find LCM and HCF of two numbers using loops in C
—
by
Suraj
on
1 comment
Hi Friends, Before wirting the program, I will tell you what is LCM (Lowest Common Multiple) and HCF (Highest Common Factor). If you ...
Program to create Simple Binary Tree with recursive traversal
—
by
Suraj
on
1 comment
/* Simple Binary Tree with recursive traversal Created By : Pirate */ /*Create the simple binary tree and recursive traversal*...
Program to implement Insertion Sort in C
—
by
Suraj
on
0 comment
/* Insertion Sort Created By: Pirate */ #include<stdio.h> #include<conio.h> void insertion(int items[],int n); void ...
Program to implement Bubble Sort in C
—
by
Suraj
on
0 comment
/* Bubble Sort Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> void bubble(int items[],int n);...
Program to implement Peterson’s Algorithm for Mutual Exclusion in C
—
by
Suraj
on
9 comments
/* Peterson’s Algorithm for Mutual Exclusion Created By: Pirate */ #include <stdio.h> #include <pthread.h> void* p...
FCFS scheduling program in C with arrival time
—
by
Suraj
on
0 comment
/* FCFS (First Come First Serve) Scheduling Algorithm with Arrival time Created By: Pirate */ #include<stdio.h> #include...
Program to implement FCFS (First Come First Serve ) Algorithm in C
—
by
Suraj
on
4 comments
/* FCFS (First Come First Serve) Scheduling Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> ...
Program to implement SJF (Shortest Job first) algorithm in C
—
by
Suraj
on
0 comment
/* SJF (Shortest Job First) Scheduling Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> void...
Program to implement Simple Queue using Array in C
—
by
Suraj
on
3 comments
/* Program to implement a Simple Queue using Array. Created By: Pirate */ #include<stdio.h> int queue[200]; int...
Program to implement Stack using array in C language
—
by
Suraj
on
0 comment
/* Program to implement a Stack using Array. Created By: Pirate */ #include<stdio.h> int stack[200]; int pus...
Program to reverse the string in C
—
by
Suraj
on
0 comment
/* Program to reverse a string like - "program to reverse the string in c" to convert this string into "c in strin...
Program to print Elements of a Matrix in Spiral Order in c
—
by
Suraj
on
3 comments
Hi friends, Today I'm here with a new program that is print elements of a matrix in spiral order . We have to start ...
Subscribe to:
Comments (Atom)
Older Posts
you may also like
C Programs
Popular Posts
C program for drawing a circle using Midpoint Circle Algorithm
/* Midpoint Circle Drawing Algorithm Created by: Pirate */ #include<stdio.h> #include<conio.h> #include<graphics.h>...
Program to implement Deadlock Detection Algorithm in C
/* Deadlock Detection Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> int max[100][100]; in...
Program to implement SSTF disk scheduling algorithm in C
/* SSTF Disk Scheduling Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> #include<math.h...
Program for Bankers algorithm for deadlock avoidance in c
/* Bankers Deadlock Avoidance Algorithm Created By: Pirate */ #include<stdio.h> #include<conio.h> int max[100][1...
Hack Facebook Password without using any software
Hello friends, Today i'm going to tell you how to get Facebook id password without using any software. It is very simple a...
Program to implement FIFO Disk Scheduling algorithm in C
/* FCFS Disk Scheduling Algorithm Created by: Pirate */ #include<stdio.h> #include<conio.h> void main() { ...
C Program for Bresenham's circle drawing algorithm
/* Bresenham's Circle Drawing Algorithm Created by: Pirate */ # include<stdio.h> # include<conio.h> # incl...
Blog Archive
▼
2020
(1)
▼
March
(1)
How to install pyspark/spark on windows
►
2019
(1)
►
April
(1)
►
2018
(3)
►
April
(3)
►
2017
(11)
►
November
(4)
►
September
(2)
►
August
(5)
►
2016
(3)
►
October
(2)
►
July
(1)
►
2015
(1)
►
April
(1)
►
2014
(4)
►
September
(1)
►
March
(2)
►
January
(1)
►
2013
(59)
►
December
(3)
►
November
(23)
►
October
(4)
►
September
(18)
►
August
(1)
►
March
(1)
►
February
(9)
Category
Android
Big Data
Blogger
C
Computer PC
Cricket Match
facebook
Games
Html
Java
Oracle
OS
Others
Php
Sites
Software
Torrent
Promotions
About Me
Suraj
View my complete profile
Search "Wave The World"
Powered by
Blogger
.
Pro
Chapters
Android
Big Data
Blogger
C
Computer PC
Cricket Match
facebook
Games
Html
Java
Oracle
OS
Others
Php
Sites
Software
Torrent
Facebook Badge
Suraj Kumar
Create Your Badge
About