Write a program that takes a 5 digit number and calculates
2 power
that number and prints it.
Answer Posted / kbhargava.ygl
dont know..tell someeone if u know it
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
write a progrmm in c language take user interface generate table using for loop?
Explain how can type-insensitive macros be created?
Explain setjmp()?
What is a pointer variable in c language?
State the difference between x3 and x[3].
What is assignment operator?
what is the basis for selection of arrays or pointers as data structure in a program
What is a substring in c?
What is the difference between malloc() and calloc()?
Simplify the program segment if X = B then C ← true else C ← false
What is structure of c program?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
What are the functions to open and close the file in c language?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
Explain how does flowchart help in writing a program?