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
Device an algorithm for weiler-atherton polygon clipping, where the clipping window can be any specified polygon
Is Exception handling possible in c language?
Explain how to reverse singly link list.
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
How is a pointer variable declared?
Which is better between malloc and calloc?
What is an identifier?
What are the difference between a free-standing and a hosted environment?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
What are type modifiers in c?
What does typeof return in c?
What is #error and use of it?
What are the different types of endless loops?
Explain is it better to use a pointer to navigate an array of values, or is it better to use a subscripted array name?
Differentiate between the = symbol and == symbol?