Who's Online

We have 28 guests and 2 members online

Login Form



Related Items

RSS FEEDS

feed-image Feed Entries


LCM of Two Nos PDF Print
User Rating: / 1
PoorBest 
Program Codes - C++ Programming
Written by Mansoorkhan   
Friday, 06 November 2009 03:13

#include
#include
main()
{
int a,b,t,i=1;;
clrscr();
printf("Enter Two Nos : ");

AddThis Social Bookmark Button
Read more...
 
Decimal to octal,binary and Hexadecimal conversion PDF Print
Program Codes - C++ Programming
Written by Mansoorkhan   
Friday, 06 November 2009 03:11

#include
#include
void convrt(int a,int b);
void hexdec(int a);
main()
{
int a,c,r;
char cc;
do
{
clrscr();
printf("\n\n\n\t\tMenu");
printf("\n\n\tConvert decimal to");
printf("\n\n\t1.Binary\n\n\t2.Octal\n\n\t3.Hexadecimal\n\n\t4.Exit\n\n Enter your choice : ");

AddThis Social Bookmark Button
Read more...
 
Sub-String Search PDF Print
Program Codes - C++ Programming
Written by Mansoorkhan   
Friday, 06 November 2009 03:09

#include
#include
#include
main()
{
clrscr();
int l,i,j=0,z=0,k=0;
char a[200]="",b[20];
printf("\n\n enter the string:");

AddThis Social Bookmark Button
Read more...
 
Matrix Multiplication PDF Print
User Rating: / 1
PoorBest 
Program Codes - C++ Programming
Written by Mansoorkhan   
Friday, 06 November 2009 03:06

#include
#include
void main()
{
int a[3][3],b[3][3],c[3][3],i,j,k,m=0;
clrscr();
printf("enter the first matrix\n");

AddThis Social Bookmark Button
Read more...
 
Sub-String Deletion PDF Print
Program Codes - C++ Programming
Written by Mansoorkhan   
Friday, 06 November 2009 03:04

#include
#include
#include
main()
{
clrscr();
int l,i,j=0,z=0,k=0;
char a[200]="",b[20];
printf("\n\n enter the string:");

AddThis Social Bookmark Button
Read more...
 
<< Start < Prev 1 2 Next > End >>

Page 1 of 2

Copyright Disclaimer: This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.Thanks to Getkerala

For Latest Technology News and computer tips and tricks