Write c-code for 5+55+555+5555+55555+555555+5555555.
Output will be it's answer...
Answer Posted / arjun
The actual answer is 6172835.But integer range is only -32768
to 32767.so the actual answer cannot be displayed.
| Is This Answer Correct ? | 24 Yes | 15 No |
Post New Answer View All Answers
4-Take two sets of 5 numbers from user in two arrays. Sort array 1 in ascending and array 2 in descending order. Perform sorting by passing array to a function mySort(array, sortingOrder). Then multiply both the arrays returned from function, using metric multiplication technique in main. Print result in metric format.
What is a stream in c programming?
what does static variable mean?
How many bytes are occupied by near, far and huge pointers (dos)?
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
What are the string functions? List some string functions available in c.
How can I recover the file name given an open stream?
Is main is user defined function?
How to delete a node from linked list w/o using collectons?
Which header file is essential for using strcmp function?
What is the -> in c?
Is fortran faster than c?
What is chain pointer in c?
Write a code to generate a series where the next element is the sum of last k terms.
difference between Low, Middle, High Level languages in c ?