answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

void main()

{

int s,c,p,n,i,t;

printf("Enter a number:");

scanf("%d",&n);

s=n*n;

c=0;

p=1;

t=n;

while(n!=0)

{

c++;

n=n/10;

}

for(i=1;i<=c;i++)

p=p*10;

if(s%p==t)

printf("The number is automorphic.");

else

printf("Not automorphic.");

getch();

}

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Write a c program to find given number is prime or not?

Yes, do write, or if you're too lazy to your homework, use google.


Could you write a assembly language program in tasm To check whether a given number present in a sequence of given memory location containing the string to be checked in 8086?

8086 assembly language program to check wether given number is perfect or not


Write a C program to extract a given word from a file?

program to extract a given word from a file


Lab manual in mca 1st sem from ignou?

write a program in C to check whether a given number is apalindrome or not


How can you write a program specification for a given report?

It is your face


Write a C program called MonthDays to find the number of days in a given month Test your code with different input values to demonstrate that your function is robust?

Write a C program called MonthDays to find the number of days in a given month Test your code with different input values to demonstrate that your function is robust?


How to write A Java program to print number of digits in a given number?

One way to do this is to convert the number to a String, then use the corresponding String method to find out the length of the String.


Shell program for gcd of three given numbers?

write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? write a shell program for finding out gcd of three given numbers? check bellow link http://bashscript.blogspot.com/2009/08/gcd-of-more-than-two-numbers.html


How do you write a program that outputs a given characters in reverse?

write the javascript code to display the reverse no. of given no. (e.g. 247 reverse of 742)


Write a program in C to find the complex number of a given number?

There is no such thing; you seem to have misunderstood something.Any real number can be regarded as a complex number with zero imaginary part, eg.: 5 = 5+0i


Do I need to write a program to find a substring in a given string in c plus plus?

No.


How do you write a c program to show How many Friday the 13th are there in a given year?

165