Write a program that takes a 5 digit number and calculates 2
power that number and prints it
Answer Posted / cheela deepak
integer range is not sufficient for given program so result
will not hold
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can you tell me how to check whether a linked list is circular?
Is c procedural or functional?
writ a program to compare using strcmp VIVA and viva with its output.
What is fflush() function?
Explain About fork()?
What are the differences between Structures and Arrays?
What does the c preprocessor do?
What is null pointer constant?
What is dynamic variable in c?
What are the different data types in C?
If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..
Can you define which header file to include at compile time?
How many types of sorting are there in c?
How can you call a function, given its name as a string?
What is the difference between c and python?