answersLogoWhite

0


Best Answer

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

User Avatar

Vickie Schuster

Lvl 10
3y ago

Still curious? Ask our experts.

Chat with our AI personalities

FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
RafaRafa
There's no fun in playing it safe. Why not try something a little unhinged?
Chat with Rafa
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers
User Avatar

Wiki User

11y ago

Perfect number is a number whose factors other than itself add up to itself.

For example 6 is perfect number because 1+2+3=6 where 1, 2 and 3 are its factors. But 8 is not

perfect because 1+2+4 = 7. Other examples of perfect numbers are 28, 496 and 8128 etc.

User Avatar

Add your answer:

Earn +20 pts
Q: What is perfect number in C language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

You want to become perfect in c language programming?

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


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

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


Make a C programming that displays the first four perfect numbers?

create a program that iterates until it finds a perfect number, then store that perfect number into an array. Continue iterating until you find three more. Then, you have an array of four perfect numbers.


Why c language has name c why not a?

C-language was derived from B-language.


What is C language what does it do?

C Language is First Step of Programming Language, Help for C Language you are show the correct answer

Related questions

What is a perfect number in c language?

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


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 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 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.


Make a C programming that displays the first four perfect numbers?

create a program that iterates until it finds a perfect number, then store that perfect number into an array. Continue iterating until you find three more. Then, you have an array of four perfect numbers.