how can you print&scan anything using just one character? :)
HINT: printf,scanf similer
Answer Posted / 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 |
Post New Answer View All Answers
PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM
Where can I get an ansi-compatible lint?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given
What is include directive in c?
main use of recursive function a) processing speed high b) reduce program length/reduce repeated statements c) if you do not, use iterative methods like, for, while or do-while d) all the above
Why isn't it being handled properly?
What is binary tree in c?
Want to know how to write a C program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
What is the advantage of a random access file?
Explain the process of converting a Tree into a Binary Tree.
Explain how can you restore a redirected standard stream?
Does c have function or method?
Explain spaghetti programming?
Is main an identifier in c?
Can i use “int” data type to store the value 32768? Why?