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


Please Help Members By Posting Answers For Below Questions

PLS U SENS ME INTERVIEW O. MY EMAIL ADD, SOFIYA.SINGH@GMAIL.COM

1954


Where can I get an ansi-compatible lint?

890


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

2815


What is include directive in c?

849


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

862


Why isn't it being handled properly?

835


What is binary tree in c?

849


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.

1758


What is the advantage of a random access file?

871


Explain the process of converting a Tree into a Binary Tree.

2402


Explain how can you restore a redirected standard stream?

786


Does c have function or method?

797


Explain spaghetti programming?

955


Is main an identifier in c?

844


Can i use “int” data type to store the value 32768? Why?

968