Answer Posted / useless
C is just like a sea. very wide and deep....
| Is This Answer Correct ? | 5 Yes | 13 No |
Post New Answer View All Answers
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is void main () in c?
The file stdio.h, what does it contain?
How can I do graphics in c?
Do you have any idea how to compare array with pointer in c?
Is Exception handling possible in c language?
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
I need a sort of an approximate strcmp routine?
Multiply an Integer Number by 2 Without Using Multiplication Operator
What is sizeof int in c?
What is the difference between single charater constant and string constant?
Write a program to show the change in position of a cursor using c
What is ## preprocessor operator in c?
Is javascript written in c?