4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.

Answer Posted / manojpadhi04

please inform me the answer

Is This Answer Correct ?    3 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the back slash character constants or escape sequence charactersavailable in c?

676


How can I delete a file?

621


Can you please explain the difference between malloc() and calloc() function?

609


What is property type c?

597


How can a string be converted to a number?

506






Can we declare function inside main?

560


How many keywords (reserve words) are in c?

606


What is a void pointer? When is a void pointer used?

614


Why is c platform dependent?

612


explain what is an endless loop?

605


Explain about C function prototype?

597


What are categories used for in c?

560


What does d mean?

572


What is a pointer and how it is initialized?

598


In this problem you are to write a program that will cut some number of prime numbers from the list of prime numbers between 1 and N.Your program will read in a number N; determine the list of prime numbers between 1 and N; and print the C*2 prime numbers from the center of the list if there are an even number of prime numbers or (C*2)-1 prime numbers from the center of the list if there are an odd number of prime numbers in the list.

1372