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
code for replace tabs with equivalent number of blanks
What is the difference between strcpy() and memcpy() function in c programming?
Explain what is the purpose of "extern" keyword in a function declaration?
What is the use of typedef in c?
What is the purpose of ftell?
Explain do array subscripts always start with zero?
What is meant by inheritance?
Which header file is essential for using strcmp function?
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
c language interview questions & answer
What is array of structure in c?
Explain what header files do I need in order to define the standard library functions I use?
What are the uses of a pointer?
Explain what is the most efficient way to store flag values?
Here is a neat trick for checking whether two strings are equal