answersLogoWhite

0

What is a perfect number in c language?

Updated: 8/18/2019
User Avatar

Wiki User

13y ago

Best Answer

Perfect numbers have nothing to do with programming languages. Some of them are: 6, 28, 496, 8128, 33550336.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a perfect number in c language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do you think your perfect with C programming Den tell me how?

The first language you should learn is not C. It is English.


How do you get perfect in c language?

If you want to be good in c you should know about the hardware that how it works. because in c language we give the instructions to the internal circuits. after you develop any program run that manually and match the output with c language compiler. The more you manually run the programs the more perfect you'll be. Inshallah! Ilma Khan Muzaffarnagar


What is perfect number in c?

because I'm mad


You want to become perfect in c language programming?

yes i want to be best in c programing.please provide some suggestions..


What is perfect number in C language?

Perfect numbers have nothing to do with programming languages. Some of them are: 6, 28, 496, 8128, 33550336.


What is a perfect number in C programming?

A number sum of whose factors is equal to that number is known as perfect number. Eg. 6 Factors : 1,2,3 1+2+3=6 That's why it is a perfect number


C progam for perfect square number?

One way to square a number is to multiply it by itself.


What represents valid integer number in c language?

1500


What is the most perfect language in the world?

Arabic is the most perfect language


What number is equivalent to -4e3 in c language?

In C, it is -4000.0 In others languages, it is -4000.0


If a number has an odd number of factors is it a perfect square?

If you mean 'prime' factors, then an odd number of them CAN'T produce a perfect square. Consider 3 factors ... A, B, and C. If their product were a perfect square, then AxB=C, which can't be true if C is a prime number. For non-prime factors, an odd number of them may or may not be a perfect square: Three factors = not a square: 2 x 3 x 5 = 30. Three factors = a square: 2 x 3 x 6 = 36.


Is 'a' equals ''a'' in c language?

No, the first is a number (0x91), the second is a pointer.