About Me

My photo
Raipur, Chhattisgarh, India
Hi , I am Amit Thakur. I have worked as a QA Engineer for two years and as a Java Developer for one year in NIHILENT TECHNOLOGIES PVT. LTD., Pune.Currently I am working as DEAN (Research & Development) in Bhilai Institute of Technology, Raipur.

Monday, September 2, 2013

Program to Check Whether Given Number is Perfect Or Not ?

#include
int main()
{
int n,i=1,sum=0;
  printf("Enter a number: ");
  scanf("%d",&n);
  while(i

No comments: