4) Write a program that takes a 5 digit number and
calculates 2 power
that number and prints it.
Answer Posted / chinmayee
no the program should not be that because the qs is 2 power
that 5 digit number
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can include files be nested?
How can you find the exact size of a data type in c?
Explain how do you list files in a directory?
What will be your course of action for a push operation?
How can type-insensitive macros be created?
What are pointers? What are stacks and queues?
How does normalization of huge pointer works?
What are structures and unions? State differencves between them.
What is define c?
in linking some of os executables are linking name some of them
the process of defining something in terms of itself is called (or) in C it is possible for the functions to call themselves. A function called a) nested function b) void function c) recursive function d) indifinite function
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 does sizeof return c?
What does typeof return in c?
Explain 'far' and 'near' pointers in c.