Thursday 24 October 2013

BSNL Dataone Broadband Router - Troubleshooting

Troubleshooting in BSNL Dataone Broadband are as follows...
  1. I do not get ADSL link on my Dataone Modem.
    1. Check if there is any loose connectivity from the splitter to the modem.
    2. If so tightly fix in the cable , wait for about a minute and see if the link is up.
    3. If not contact your local exchange for checking line or launch a complaint :/detail on

How to Configure BSNL DataOne Broadband Password?

You can change the DataOne broadband password through BSNL web site. The process to change the DataOne password are the followings...

Huawei SmartAX MT880 Modem / SmartAx MT882 ADSL Modem Configuration-TYPE-I Modem Configuration

 There are two models of SmartAx MT880 ADSL Modem...
  1. SmartAx MT880 ADSL Modem has One ethernet Port.
  2. SmartAx MT882 ADSL Modem has One ethernet Port and one USB Port.

Thursday 17 October 2013

CPP Program to Add, Subtract, Multiply and divide Using If and operators(+, -, *, /)

//Write a program to add, subtract, multiply and divide using if and operator(+, -, *, /)
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Print January, February...................December Using If.

//Write a program to print January, February…………….December using if.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Print Sunday, Monday................Saturday Using If

//Write a program to print Sunday, Monday…………….Saturday using if.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Check whether a number is even or odd

//Write a program to check whether a number is even or odd.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Check Eligibility of A Person For Vote or Not.

//Write a program to check eligibility of a person for Vote or NOt
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Calculate Simple Interest

//Write a program to calculate simple interest.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Convert Temperature in Celcius or Forenheight

//Write a program to convert temp in celcius or forenheight.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Understand of Increment and Decrement Operator

//Write a program to understand of increment(++) and decrement(--) operator.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Calculate Circumference of Circle

//Write a program to calculate circumference of circle.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Calculate Perimeter of Rectangle

//Write a program to calculate perimeter of rectangle.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Calculate Area of Circle

//Write a program to calculate area of circle.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Calculate Area of Right Angle Triangle

//Write a program to calculate area of right angle triangle.
#include<iostream.h>
#include<conio.h>

Wednesday 16 October 2013

CPP Program To Calculate Area of Rectangle

//Write a program to calculate area of rectangle.
#include<iostream.h>
#include<conio.h>
void main()

CPP Program to Display Hello, World.

//Write a program to display Hello, World.
#include<iostream.h>
#include<conio.h>
void main()

Railway Ticket Booking Through SMS from IRCTC


Indian Railways has continuously endeavored to improve the ease and access of ticketing. The e-ticketing initiative of Indian Railways has been one of the most passenger-friendly initiative of Indian Railways. In order to further expand the reach of ticketing, Hon'ble MR had made a Budget announcement regarding launch of ticketing through mobile phones. The objective was to tap the potential of mobile phone market in India and thereby facilitate the common man, by providing him any-where,

Comments System