how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answer Posted / avinash
getch(),putc()
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58
What is a floating point in c?
please help me..... please codes and flowchart plz turbo c lang po yan.....please asap response... 3. Make an astrology program. The user types in his or her birthday (month, day, and year as integer), and the program responds with the user’s zodiac sign, horoscope, and other information related to it. If the user’s birth year falls into a leap year, your program should display an appropriate message for it. NOTES: Conditional Statements: it should be with graphics
When should a far pointer be used?
What's a good way to check for "close enough" floating-point equality?
Explain the use of 'auto' keyword
What is the use of putchar function?
Why can’t constant values be used to define an array’s initial size?
How to compare array with pointer in c?
A variable that is defined in a specified portion of a program but can be used throughout the program a) global variable b) local variable c) character d) none
How can I sort more data than will fit in memory?
What are data types in c language?
What is New modifiers?
What is the difference between the = symbol and == symbol?
What is the hardest programming language?