how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answers were Sorted based on User's Feedback
Answer / sivarama ganesan
putc, getc
putc will print only one character. getc will scan on
character from the given input/parameter
Is This Answer Correct ? | 15 Yes | 3 No |
What is volatile variable in c?
write a program that declares an array of 30 elements named "income" in the main functions. then cal and pass the array to a programmer-defined function named "getIncome" within the "getIncome" function, ask the user for annual income of 30 employees. then calculate and print total income on the screen using the following function: "void getIncome ( ai []);
What is data structure in c language?
what is the return value (status code) of exit() function.... what the arguments(integer value) passed to it means....
application areas a 'c' a) operating system b) graphics, interpreter, assembler c) program evalution, communication softwares d) all the above
How do I send escape sequences to control a terminal or other device?
Can we change the value of constant variable in c?
What is the use of clrscr?
Write a program using two-dimensional array that lists the odd numbers and even numbers separately in a 12 input values.
What is the restrict keyword in C?
can we print any string without using terminator?
What is the use of void pointer and null pointer in c language?