Write a program that takes a 5 digit number and calculates
2 power that number and prints it
Answer Posted / makthar basha
Write a program that takes a 5 digit number and calculates
2 power that number and prints it
| Is This Answer Correct ? | 103 Yes | 24 No |
Post New Answer View All Answers
What is the difference between array_name and &array_name?
How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same
What is malloc calloc and realloc in c?
Which control loop is recommended if you have to execute set of statements for fixed number of times?
Can static variables be declared in a header file?
Write the program that calculates and prints the average of several integers. Assume that the last value read is sentinel 9999.
What are disadvantages of C language.
What are the differences between Structures and Arrays?
What is the benefit of using #define to declare a constant?
Explain a file operation in C with an example.
Why c language is called c?
When can you use a pointer with a function?
What are the different data types in C?
how do you programme Carrier Sense Multiple Access
Explain how do you list files in a directory?