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
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above
What is conio h in c?
c program to compute AREA under integral
What are reserved words with a programming language?
How many header files are in c?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
In a byte, what is the maximum decimal number that you can accommodate?
Why is c so important?
What is clrscr ()?
For what purpose null pointer used?
What is ctrl c called?
How many bytes are occupied by near, far and huge pointers (dos)?
What is a pointer on a pointer in c programming language?