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
By using C language input a date into it and if it is right?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
which is an algorithm for sorting in a growing Lexicographic order
Why is C language being considered a middle level language?
What does double pointer mean in c?
What does #pragma once mean?
What is data structure in c and its types?
What is the symbol indicated the c-preprocessor?
Write a C program to help a HiFi’s Restaurant automate its breakfast billing system. Your assignment should implement the following items: a. Show the customer the different breakfast items offered by the HiFi’s Restaurant. b. Allow the customer to select more than one item from the menu. c. Calculate and print the bill to the customer. d. Produce a report to present your complete program and show more sample output. Assume that the HiFi’s Restaurant offers the following breakfast menu: Plain Egg $2.50 Bacon and Egg $3.45 Muffin $2.20 French Toast $2.95 Fruit Basket $3.45 Cereal $0.70 Coffee $1.50 Tea $1.80
Why is c called a structured programming language?
How does struct work in c?
Is flag a keyword in c?
Do you know the difference between malloc() and calloc() function?
What is a good data structure to use for storing lines of text?
What is the difference between c and python?