C Programming and Concept

Pages

  • Home
  • 8051 MICROCONTROLLERS PROGRAMMING

Thursday, 31 October 2013

program to find whether the given no. is an armstrong or not.

#include <stdio.h>

int main()
{
int n, sum = 0, temp, r;
printf("Enter an integer\n");
scanf("%d",&n);
temp = n;
Read more »
Posted by Dubai Insider at 11:09 No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Labels: basic cprograms, c program to find whether the given no. is an armstrong or not., program to find whether the given no. is an armstrong or not.c programming
Newer Posts Older Posts Home
Subscribe to: Comments (Atom)

adpopup

Search This Blog

Followers

Blog Archive

  • ▼  2013 (4)
    • ►  November (3)
    • ▼  October (1)
      • program to find whether the given no. is an armstr...
  • ►  2012 (13)
    • ►  February (2)
    • ►  January (11)

About Me

Dubai Insider
View my complete profile
Ethereal theme. Powered by Blogger.