My online Text

Information about resetting and configuring Mobile phones (Java, Android, Symbian etc), educational articles especially for programming in C, C++ and Java and more about Computers and operating systems

C and C++ Programs for String Sorting

›
Here i am writing programs in c and c++ languages to sort a given number of strings. Sorting is carried out based on the ASCII values of the...

C Program for Subtraction Without Using Minus Sign

›
The following is a program to subtract a number from another without using minus symbol. Instead of doing a normal subtract operation, the t...

C and C++ Programs to Find Sum of Digits of a Given Number

›
The following are C and C++ programs to find sum of digits of any given integer. C Program #include<stdio.h> #include<conio.h...

C and C++ Program for Swapping Two Numbers Without Third Variable

›
This post contains C and C ++ programs for swapping two given numbers without using any temporary variable. Only the two variables are requi...

C and C++ swapping numbers

›
The following are C and C++ programs to swap the values of two variables using a third variable. C Program: #include<stdio.h> void ...

2 Different C and C++ Programs to Check Whether a Given String is Palindrome or Not

›
Here i am writing two different programs to check whether a given string (text) us palindrome or not. There are C and C++ programs for this....

C and C++ Program to Check Whether a Given Number is Even or Odd

›
C and C++ programs to check whether a given number is Odd or even C Program #include<stdio.h> void main() { int n; printf("E...

C and C++ Program to Check Whether a Given Year is Leap Year or Not

›
This is post contains a C program and a C++ program to check whether an input year is leap year or not. A year is a leap year if: The ye...

C program to Calculate Permutations and Combinations (nPr and nCr)

›
This is a C program to calculate total number of permutations and combinations for given values of n and r. This program calculates nPr and ...
‹
›
Home
View web version

Popular Posts

  • Intel 8085 Microprocessor Instructions - Hex codes and Mnemonics
  • Intel 8085 Microprocessor Simulator for Android Phones
  • Place Names that Sound Funny in Malayalam
  • How to hard Reset Nokia E6 - 00
  • Algorithm, C and C++ Programs to find Closure From Functional Dependencies
  • Design and Analysis of Algorithms - Lecture Notes and Slides Free Download
  • How to Hard Reset Nokia 603 Symbian Belle Full Touch Smartphone
  • How to Connect Windows 8 or 8.1 Compuer to Internet by USB Tethering Android Phone
Powered by Blogger.