Home
Programs
C
C++
Java
About Us
Contact
Privacy Policy
Sitemap
No posts with label
C++ Program
.
Show all posts
No posts with label
C++ Program
.
Show all posts
Home
View mobile version
Subscribe to:
Posts (Atom)
About
Tags
Popular
Search This Blog
Like us on FaceBook
Labels
c programs
C++ Program
Datastructure programs
File handling
Simple Programs
Typical Program
Popular Posts
C Program to Calculate Difference Between Two Time Period
C Program to Convert Binary Number to Hexadecimal Vice Versa
C Program to Reverse Elements in Queue
C Program to Capitalize First Letter of every Word in a File
C Program to Count number of digits in number without using mod operator
C Program to Convert Hexadecimal to Octal and Vice Versa
C Program Delete a specific Line from a Text File
How to make a Trojan virus in C++
C++ program to count record in binary file
C Program to generate Captcha code
Popular Posts
C Program to Convert Binary Number to Hexadecimal Vice Versa
This program converts either binary number entered by user to hexadecimal format or hexadecimal number entered by user to binary forma...
How to make a Trojan virus in C++
This sample Trojan virus is made in c++. This will not harm your computer.It will give you simple feeling of real programmer.Enjoy this co...
C Program to generate Captcha code
Here is a C program generates captcha code, a captcha is a random code generated using some algorithm. We will use random function in ...
CPP Program to Disable Task Manager
Hi friends in this section we are going to share an interesting C/C++ program i.e to disable the task manager using C/C++ codes. Ofte...
Shutdown your PC using C program
Hi guys in this section we will learn an interesting thing i.e how to shutdown your PC using C program.The program which is writ...
C++ program to count record in binary file
C++ program to count record in binary file:A simple file handling program which count the record in binary file. Binary file: A file st...
C program to check number is prime or not
The number which is only divisible by one and itself is called prime number.For example 13 is a prime number which is only divisible by 1...
C++ program to convert binary number to octal and its vice verse
C++ program to convert binary number to octal and its vice verse:Here is a C++ program which convert the binary number into octal manually....
C Program to Reverse Elements in Queue
C Program to reverse elements in queue #include<stdio.h> #include<stdlib.h> struct stackrecord { int *array; int capacity;...
C program to Generate Multiplication Table
This program asks user to enter an integer and this program will generate the multiplication table upto 10. Example of C program t...
Copyright © by PersonalMag 2014. All rights reserved. Designed By
Templateism
|
MyBloggerLab